From: dion g. <dio...@us...> - 2004-07-30 06:11:21
|
diongillard 04/07/29 23:11:15 Modified: was5/xdocs goals.xml changes.xml Log: Document script goal stuff Revision Changes Path 1.3 +15 -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.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- goals.xml 28 Jul 2004 15:03:37 -0000 1.2 +++ goals.xml 30 Jul 2004 06:11:14 -0000 1.3 @@ -26,6 +26,21 @@ </description> </goal> <goal> + <name>was5:run-script</name> + <description> + <p>Run a wsAdmin script.</p> + <p> + The language of the script defaults to Jython, but + can be specified using <code>${maven.was5.script.lang}</code> + </p> + <p> + The script file to run must be passed in using the variable <code>${script}</code>, + e.g. + <source>maven -Dscript=c:/was/scripts/setUpJDBC.jpy was5:run-script</source> + </p> + </description> + </goal> + <goal> <name>was5:serverStatus</name> <description>Show the status of a WebSphere Appserver</description> </goal> 1.5 +1 -0 maven-plugins/was5/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/changes.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- changes.xml 30 Jul 2004 05:28:40 -0000 1.4 +++ changes.xml 30 Jul 2004 06:11:14 -0000 1.5 @@ -7,6 +7,7 @@ </properties> <body> <release version="1.1-SNAPSHOT" date="in CVS"> + <action dev="diongillard" type="add">Add was5:run-script goal</action> <action dev="diongillard" type="fix">Check ${maven.was5.home} is specified before using</action> <action dev="diongillard" type="fix">Check ${maven.was5.home} exists before using</action> </release> |