From: dion g. <dio...@us...> - 2005-11-15 13:09:29
|
diongillard 05/11/15 05:09:23 Modified: was5/xdocs properties.xml Log: Fix ordering Revision Changes Path 1.16 +125 -125 maven-plugins/was5/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/properties.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- properties.xml 15 Nov 2005 06:40:24 -0000 1.15 +++ properties.xml 15 Nov 2005 13:09:23 -0000 1.16 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +gi<?xml version="1.0" encoding="UTF-8"?> <document> <properties> @@ -15,9 +15,9 @@ <li><a href="#installApp_Settings">Settings for the was5:installApp goal.</a></li> <li><a href="#listApps_Settings">Settings for the was5:listApps goal.</a></li> <li><a href="#runScript_Settings">Settings for the was5:runScript goal.</a></li> + <li><a href="#serverStatus_Settings">Settings for the was5:serverStatus goal.</a></li> <li><a href="#startServer_Settings">Settings for the was5:startServer goal.</a></li> <li><a href="#stopServer_Settings">Settings for the was5:stopServer goal.</a></li> - <li><a href="#serverStatus_Settings">Settings for the was5:serverStatus goal.</a></li> <li>More are yet to be documented</li> </ul> </p> @@ -176,7 +176,7 @@ </tr> </table> </section> - <section name="runScript Settings"> + <section name="installApp Settings"> <table> <tr> <th>Property</th> @@ -184,76 +184,67 @@ <th>Description</th> </tr> <tr> - <td>maven.was5.script.args</td> - <td>Yes</td> - <td> - A list of variables (space delimited) whose values will be passed - as arguments to the script. - </td> - </tr> - <tr> - <td>maven.was5.script.conntype</td> + <td>maven.was5.installApp.conntype</td> <td>Yes</td> <td> The type of connection to be used. The Default type is SOAP. The valid values are SOAP, RMI, and NONE. NONE means that no server connection is made. + Defaults to ${maven.was5.conntype}. </td> </tr> <tr> - <td>maven.was5.script.host</td> - <td>Yes</td> - <td> - Only specified if the conntype is specified. It contains the hostname of the machine to connect to. - </td> - </tr> - <tr> - <td>maven.was5.script.lang</td> + <td>maven.was5.installApp.ear</td> <td>Yes</td> <td> - the language to be used to interpret scripts. - The supported values are <code>jacl</code>, <code>javascript</code>, - and <code>jpython</code>. + The location of the ear file on the server to install. + Defaults to ${maven.build.dir}/${maven.final.name}.ear </td> </tr> <tr> - <td>maven.was5.script.password</td> + <td>maven.was5.installApp.host</td> <td>Yes</td> <td> - The password to authenticate with the server. + The hostname of the machine to connect to. + Defaults to ${maven.was5.host}. </td> </tr> <tr> - <td>maven.was5.script.port</td> + <td>maven.was5.installApp.password</td> <td>Yes</td> <td> - Only specified if the conntype is specified. This is the port on the host to connect to. + The password of the admin user to authenticate with for administrative access. + Defaults to ${maven.was5.password} </td> </tr> <tr> - <td>maven.was5.script.profile</td> + <td>maven.was5.installApp.port</td> <td>Yes</td> <td> - A script file to be executed before processing begins. + This is the administration TCP port on the host to connect to. </td> </tr> <tr> - <td>maven.was5.script.properties</td> + <td>maven.was5.installApp.username</td> <td>Yes</td> <td> - A java properties file containing attributes to set in the JVM System properties. + The id of the admin user to authenticate with for administrative access. + Defaults to ${maven.was5.username} </td> </tr> <tr> - <td>maven.was5.script.username</td> + <td>maven.was5.installApp.options</td> <td>Yes</td> <td> - The id of the admin user to authenticate with for administrative access. + Options to pass to wsadmin when installing the application. + See <a href="http://publib.boulder.ibm.com/infocenter/wasinfo/v5r1/index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/rxml_taskoptions.html">WebSphere Application Server documentation</a> + for more information. + Defaults to -appname ${maven.was5.installed.application} </td> </tr> </table> </section> - <section name="startServer Settings"> + <section name="listApps Settings"> <table> <tr> <th>Property</th> @@ -261,54 +252,56 @@ <th>Description</th> </tr> <tr> - <td>maven.was5.startServer.failonerror</td> + <td>maven.was5.listApps.conntype</td> <td>Yes</td> <td> - If set to true causes the build to stop if the task has an error. - Defaults to ${maven.was5.failonerror} + The type of connection to be used. The Default type is SOAP. The + valid values are SOAP, RMI, and NONE. NONE means that no server + connection is made. + Defaults to ${maven.was5.conntype}. </td> </tr> <tr> - <td>maven.was5.startServer.password</td> + <td>maven.was5.listApps.host</td> <td>Yes</td> <td> - The password of the admin user to authenticate with for administrative access. - Defaults to ${maven.was5.password} + The hostname of the machine to connect to. + Defaults to ${maven.was5.host}. </td> </tr> <tr> - <td>maven.was5.startServer.quiet</td> + <td>maven.was5.listApps.password</td> <td>Yes</td> <td> - If true, the task will not print any status information. - Defaults to ${maven.was5.quiet} + The password of the admin user to authenticate with for administrative access. + Defaults to ${maven.was5.password} </td> </tr> <tr> - <td>maven.was5.startServer.server</td> + <td>maven.was5.listApps.port</td> <td>Yes</td> <td> - The server to start. Defaults to ${maven.was5.server} + This is the administration TCP port on the host to connect to. </td> </tr> <tr> - <td>maven.was5.startServer.statusPort</td> + <td>maven.was5.listApps.profile</td> <td>Yes</td> <td> - The TCP Port the server should send status messages to. - Defaults to ${maven.was5.statusPort} + A script file to be executed before processing begins. + Defaults to ${maven.was5.profile}. </td> </tr> <tr> - <td>maven.was5.startServer.trace</td> + <td>maven.was5.listApps.properties</td> <td>Yes</td> <td> - If true, the task with print trace information. - Defaults to ${maven.was5.trace} + A java properties file containing attributes to set in the JVM System properties. + Defaults to ${maven.was5.properties}. </td> </tr> <tr> - <td>maven.was5.startServer.username</td> + <td>maven.was5.listApps.username</td> <td>Yes</td> <td> The id of the admin user to authenticate with for administrative access. @@ -317,7 +310,7 @@ </tr> </table> </section> - <section name="stopServer Settings"> + <section name="runScript Settings"> <table> <tr> <th>Property</th> @@ -325,84 +318,71 @@ <th>Description</th> </tr> <tr> - <td>maven.was5.stopServer.conntype</td> - <td>Yes</td> - <td> - The type of connection to be used. The Default type is SOAP. The - valid values are SOAP, RMI, and NONE. NONE means that no server - connection is made. - Defaults to ${maven.was5.conntype}. - </td> - </tr> - <tr> - <td>maven.was5.stopServer.failonerror</td> + <td>maven.was5.script.args</td> <td>Yes</td> <td> - If set to true causes the build to stop if the task has an error. - Defaults to ${maven.was5.failonerror} + A list of variables (space delimited) whose values will be passed + as arguments to the script. </td> </tr> <tr> - <td>maven.was5.stopServer.host</td> + <td>maven.was5.script.conntype</td> <td>Yes</td> <td> - The hostname of the machine to connect to. - Defaults to ${maven.was5.host}. + The type of connection to be used. The Default type is SOAP. The + valid values are SOAP, RMI, and NONE. NONE means that no server + connection is made. </td> </tr> <tr> - <td>maven.was5.stopServer.password</td> + <td>maven.was5.script.host</td> <td>Yes</td> <td> - The password of the admin user to authenticate with for administrative access. - Defaults to ${maven.was5.password} + Only specified if the conntype is specified. It contains the hostname of the machine to connect to. </td> </tr> <tr> - <td>maven.was5.stopServer.port</td> + <td>maven.was5.script.lang</td> <td>Yes</td> <td> - This is the administration TCP port on the host to connect to. + the language to be used to interpret scripts. + The supported values are <code>jacl</code>, <code>javascript</code>, + and <code>jpython</code>. </td> </tr> <tr> - <td>maven.was5.stopServer.quiet</td> + <td>maven.was5.script.password</td> <td>Yes</td> <td> - If true, the task will not print any status information. - Defaults to ${maven.was5.quiet} + The password to authenticate with the server. </td> </tr> <tr> - <td>maven.was5.stopServer.server</td> + <td>maven.was5.script.port</td> <td>Yes</td> <td> - The server to stop. - Defaults to ${maven.was5.server} + Only specified if the conntype is specified. This is the port on the host to connect to. </td> </tr> <tr> - <td>maven.was5.stopServer.statusPort</td> + <td>maven.was5.script.profile</td> <td>Yes</td> <td> - The TCP Port the server should send status messages to. - Defaults to ${maven.was5.statusPort} + A script file to be executed before processing begins. </td> </tr> <tr> - <td>maven.was5.stopServer.trace</td> + <td>maven.was5.script.properties</td> <td>Yes</td> <td> - If true, the task with print trace information. - Defaults to ${maven.was5.trace} + A java properties file containing attributes to set in the JVM System properties. </td> </tr> <tr> - <td>maven.was5.stopServer.username</td> + <td>maven.was5.script.username</td> <td>Yes</td> <td> The id of the admin user to authenticate with for administrative access. - Defaults to ${maven.was5.username} </td> </tr> </table> @@ -448,7 +428,7 @@ </tr> </table> </section> - <section name="listApps Settings"> + <section name="startServer Settings"> <table> <tr> <th>Property</th> @@ -456,56 +436,54 @@ <th>Description</th> </tr> <tr> - <td>maven.was5.listApps.conntype</td> + <td>maven.was5.startServer.failonerror</td> <td>Yes</td> <td> - The type of connection to be used. The Default type is SOAP. The - valid values are SOAP, RMI, and NONE. NONE means that no server - connection is made. - Defaults to ${maven.was5.conntype}. + If set to true causes the build to stop if the task has an error. + Defaults to ${maven.was5.failonerror} </td> </tr> <tr> - <td>maven.was5.listApps.host</td> + <td>maven.was5.startServer.password</td> <td>Yes</td> <td> - The hostname of the machine to connect to. - Defaults to ${maven.was5.host}. + The password of the admin user to authenticate with for administrative access. + Defaults to ${maven.was5.password} </td> </tr> <tr> - <td>maven.was5.listApps.password</td> + <td>maven.was5.startServer.quiet</td> <td>Yes</td> <td> - The password of the admin user to authenticate with for administrative access. - Defaults to ${maven.was5.password} + If true, the task will not print any status information. + Defaults to ${maven.was5.quiet} </td> </tr> <tr> - <td>maven.was5.listApps.port</td> + <td>maven.was5.startServer.server</td> <td>Yes</td> <td> - This is the administration TCP port on the host to connect to. + The server to start. Defaults to ${maven.was5.server} </td> </tr> <tr> - <td>maven.was5.listApps.profile</td> + <td>maven.was5.startServer.statusPort</td> <td>Yes</td> <td> - A script file to be executed before processing begins. - Defaults to ${maven.was5.profile}. + The TCP Port the server should send status messages to. + Defaults to ${maven.was5.statusPort} </td> </tr> <tr> - <td>maven.was5.listApps.properties</td> + <td>maven.was5.startServer.trace</td> <td>Yes</td> <td> - A java properties file containing attributes to set in the JVM System properties. - Defaults to ${maven.was5.properties}. + If true, the task with print trace information. + Defaults to ${maven.was5.trace} </td> </tr> <tr> - <td>maven.was5.listApps.username</td> + <td>maven.was5.startServer.username</td> <td>Yes</td> <td> The id of the admin user to authenticate with for administrative access. @@ -514,7 +492,7 @@ </tr> </table> </section> - <section name="installApp Settings"> + <section name="stopServer Settings"> <table> <tr> <th>Property</th> @@ -522,7 +500,7 @@ <th>Description</th> </tr> <tr> - <td>maven.was5.installApp.conntype</td> + <td>maven.was5.stopServer.conntype</td> <td>Yes</td> <td> The type of connection to be used. The Default type is SOAP. The @@ -532,15 +510,15 @@ </td> </tr> <tr> - <td>maven.was5.installApp.ear</td> + <td>maven.was5.stopServer.failonerror</td> <td>Yes</td> <td> - The location of the ear file on the server to install. - Defaults to ${maven.build.dir}/${maven.final.name}.ear + If set to true causes the build to stop if the task has an error. + Defaults to ${maven.was5.failonerror} </td> </tr> <tr> - <td>maven.was5.installApp.host</td> + <td>maven.was5.stopServer.host</td> <td>Yes</td> <td> The hostname of the machine to connect to. @@ -548,7 +526,7 @@ </td> </tr> <tr> - <td>maven.was5.installApp.password</td> + <td>maven.was5.stopServer.password</td> <td>Yes</td> <td> The password of the admin user to authenticate with for administrative access. @@ -556,28 +534,50 @@ </td> </tr> <tr> - <td>maven.was5.installApp.port</td> + <td>maven.was5.stopServer.port</td> <td>Yes</td> <td> This is the administration TCP port on the host to connect to. </td> </tr> <tr> - <td>maven.was5.installApp.username</td> + <td>maven.was5.stopServer.quiet</td> <td>Yes</td> <td> - The id of the admin user to authenticate with for administrative access. - Defaults to ${maven.was5.username} + If true, the task will not print any status information. + Defaults to ${maven.was5.quiet} </td> </tr> <tr> - <td>maven.was5.installApp.options</td> + <td>maven.was5.stopServer.server</td> <td>Yes</td> <td> - Options to pass to wsadmin when installing the application. - See <a href="http://publib.boulder.ibm.com/infocenter/wasinfo/v5r1/index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/rxml_taskoptions.html">WebSphere Application Server documentation</a> - for more information. - Defaults to -appname ${maven.was5.installed.application} + The server to stop. + Defaults to ${maven.was5.server} + </td> + </tr> + <tr> + <td>maven.was5.stopServer.statusPort</td> + <td>Yes</td> + <td> + The TCP Port the server should send status messages to. + Defaults to ${maven.was5.statusPort} + </td> + </tr> + <tr> + <td>maven.was5.stopServer.trace</td> + <td>Yes</td> + <td> + If true, the task with print trace information. + Defaults to ${maven.was5.trace} + </td> + </tr> + <tr> + <td>maven.was5.stopServer.username</td> + <td>Yes</td> + <td> + The id of the admin user to authenticate with for administrative access. + Defaults to ${maven.was5.username} </td> </tr> </table> |