From: dion g. <dio...@us...> - 2004-07-28 15:03:46
|
diongillard 04/07/28 08:03:38 Modified: was5/xdocs goals.xml Log: Reinstall app goal Revision Changes Path 1.2 +7 -0 maven-plugins/was5/xdocs/goals.xml Index: goals.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/goals.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- goals.xml 9 Mar 2004 11:36:25 -0000 1.1 +++ goals.xml 28 Jul 2004 15:03:37 -0000 1.2 @@ -19,6 +19,13 @@ <description>List applications installed on a WebSphere Appserver</description> </goal> <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 + </description> + </goal> + <goal> <name>was5:serverStatus</name> <description>Show the status of a WebSphere Appserver</description> </goal> |