From: dion g. <dio...@us...> - 2004-08-04 06:30:47
|
diongillard 04/08/03 23:30:39 Modified: was5/xdocs goals.xml was5 plugin.jelly project.xml Log: Make reinstall not start and stop the server Revision Changes Path 1.6 +1 -2 maven-plugins/was5/xdocs/goals.xml Index: goals.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/goals.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- goals.xml 30 Jul 2004 06:47:48 -0000 1.5 +++ goals.xml 4 Aug 2004 06:30:38 -0000 1.6 @@ -21,8 +21,7 @@ <goal> <name>was5:reinstallApp</name> <description> - Stop an app, Stop the server, uninstall the app, install the app, start - the server and then start the app + Stop an app, uninstall the app, install the app, start the app </description> </goal> <goal> 1.7 +0 -3 maven-plugins/was5/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/plugin.jelly,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- plugin.jelly 30 Jul 2004 06:03:21 -0000 1.6 +++ plugin.jelly 4 Aug 2004 06:30:38 -0000 1.7 @@ -215,12 +215,9 @@ <goal name="was5:reinstallApp" description="Reinstall an application on a WebSphere Appserver"> <attainGoal name="was5:stopApp"/> <sleep seconds="${maven.was5.sleep.stop}"/> - <attainGoal name="was5:stopServer"/> - <sleep seconds="${maven.was5.sleep.stop}"/> <attainGoal name="was5:uninstallApp"/> <sleep seconds="${maven.was5.sleep.stop}"/> <attainGoal name="was5:installApp"/> - <attainGoal name="was5:startServer"/> <sleep seconds="${maven.was5.sleep.start}"/> <attainGoal name="was5:startApp"/> <sleep seconds="${maven.was5.sleep.start}"/> 1.9 +1 -1 maven-plugins/was5/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/project.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- project.xml 1 Aug 2004 23:27:45 -0000 1.8 +++ project.xml 4 Aug 2004 06:30:39 -0000 1.9 @@ -8,7 +8,7 @@ <name>WebSphere 5 (5.0/5.1) Plugin</name> <!-- groupId is in parent --> - <currentVersion>1.1</currentVersion> + <currentVersion>1.2-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2004</inceptionYear> |