From: dion g. <dio...@us...> - 2004-07-20 09:10:30
|
diongillard 04/07/20 02:10:24 Modified: was40/xdocs goals.xml Log: Add missing docs Revision Changes Path 1.6 +25 -10 maven-plugins/was40/xdocs/goals.xml Index: goals.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/xdocs/goals.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- goals.xml 13 Jul 2004 06:55:42 -0000 1.5 +++ goals.xml 20 Jul 2004 09:10:24 -0000 1.6 @@ -32,7 +32,7 @@ </description> </goal> <goal> - <name>was40:deploy-ear</name> + <name>was40:app-install</name> <description>Deploys an enterprise application to a given server group <b>or</b> application server <i>Required properties for this goal are:</i> <ul> @@ -46,6 +46,30 @@ </description> </goal> <goal> + <name>was40:app-reinstall</name> + <description> + <p>Re-deploys an enterprise application.</p> + <p>To do this it calls:</p> + <ol> + <li>was40:app-stop</li> + <li>was40:stop-appserver</li> + <li>was40:undeploy-ear</li> + <li>was40:deploy-ear</li> + <li>was40:start-appserver</li> + <li>was40:app-start</li> + </ol> + </description> + </goal> + <goal> + <name>was40:app-remove</name> + <description>Remove an enterprise application<br/> + <i>Required properties for this goal are:</i> + <ul> + <li>${maven.was40.enterprise.app.name} - Name of the enterprise application to remove</li> + </ul> + </description> + </goal> + <goal> <name>was40:deploy-to-servergroup</name> <description>Deploys an application to the specified server group <ul> @@ -120,15 +144,6 @@ </ul> </description> </goal> - <goal> - <name>was40:undeploy-ear</name> - <description>Remove an enterprise application<br/> - <i>Required properties for this goal are:</i> - <ul> - <li>${maven.was40.enterprise.app.name} - Name of the enterprise application to remove</li> - </ul> - </description> - </goal> </goals> </body> </document> \ No newline at end of file |