From: dion g. <dio...@us...> - 2004-08-11 05:44:22
|
diongillard 04/08/10 22:44:15 Modified: was5/xdocs properties.xml Log: typo Revision Changes Path 1.3 +1 -0 maven-plugins/was5/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/properties.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- properties.xml 11 Aug 2004 05:37:10 -0000 1.2 +++ properties.xml 11 Aug 2004 05:44:15 -0000 1.3 @@ -115,5 +115,6 @@ </td> </tr> </table> + </section> </body> </document> \ No newline at end of file |
From: dion g. <dio...@us...> - 2005-11-02 10:13:27
|
diongillard 05/11/02 02:13:20 Modified: was5/xdocs properties.xml Log: Add some basic docs Revision Changes Path 1.4 +88 -4 maven-plugins/was5/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/properties.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- properties.xml 11 Aug 2004 05:44:15 -0000 1.3 +++ properties.xml 2 Nov 2005 10:13:20 -0000 1.4 @@ -5,7 +5,7 @@ <title>WebSphere 5 (5.0/5.1) Plugin Properties</title> </properties> <body> - <section name="WebSphere 5 (5.0/5.1) Plugin Settings"> + <section name="WebSphere 5 (5.0/5.1) Plugin - Basic Settings"> <table> <tr> <th>Property</th> @@ -13,6 +13,20 @@ <th>Description</th> </tr> <tr> + <td>maven.was5.conntype</td> + <td>Yes</td> + <td> + TODO. + </td> + </tr> + <tr> + <td>maven.was5.failonerror</td> + <td>Yes</td> + <td> + TODO. + </td> + </tr> + <tr> <td>maven.was5.home</td> <td>Yes*</td> <td> @@ -21,11 +35,17 @@ </td> </tr> <tr> - <td>maven.was5.ejbDeploy</td> + <td>maven.was5.password</td> <td>Yes</td> <td> - <p>Set this property to have the ejbDeploy goal attained as part of the ejb:ejb - goal. ie. to run ejbdeploy on your EJB artifact.</p> + TODO. + </td> + </tr> + <tr> + <td>maven.was5.quiet</td> + <td>Yes</td> + <td> + TODO. </td> </tr> <tr> @@ -37,6 +57,70 @@ ${maven.was5.<goal>.server}.</p> </td> </tr> + <tr> + <td>maven.was5.statusPort</td> + <td>Yes</td> + <td> + TODO. + </td> + </tr> + <tr> + <td>maven.was5.trace</td> + <td>Yes</td> + <td> + TODO. + </td> + </tr> + <tr> + <td>maven.was5.username</td> + <td>Yes</td> + <td> + TODO. + </td> + </tr> + <tr> + <td>maven.was5.version</td> + <td>Yes</td> + <td> + The version of WebSphere being used. Default to <code>was5</code>. + Note that this property is not used to differentiate releases, it is + simply used as part of the directory structure for various goals. + </td> + </tr> + </table> + </section> + <section name="WebSphere 5 (5.0/5.1) Plugin - was5:ejbDeploy Settings"> + <table> + <tr> + <th>Property</th> + <th>Optional?</th> + <th>Description</th> + </tr> + <tr> + <td>maven.was5.ejbDeploy</td> + <td>Yes</td> + <td> + <p>Set this property to have the ejbDeploy goal attained as part of the ejb:ejb + goal. ie. to run ejbdeploy on your EJB artifact.</p> + </td> + </tr> + <tr> + <td>maven.was5.ejbDeploy.file</td> + <td>Yes</td> + <td> + The input ejb jar file to be used during the ejbDeploy process (generating code used + by the container at runtime). This defaults to + <code>${maven.build.dir}/${maven.final.name}.jar</code> + </td> + </tr> + <tr> + <td>maven.was5.ejbDeploy.workingdir</td> + <td>Yes</td> + <td> + The directory that temporary files are written to during the ejbDeploy process. + This defaults to <code>${maven.build.dir}/${maven.was5.version}/ejbdeploy</code> + </td> + </tr> </table> </section> <section name="Script settings"> |
From: dion g. <dio...@us...> - 2005-11-02 10:27:39
|
diongillard 05/11/02 02:27:26 Modified: was5/xdocs properties.xml Log: add ejb.out.file property docs Revision Changes Path 1.5 +9 -0 maven-plugins/was5/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/properties.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- properties.xml 2 Nov 2005 10:13:20 -0000 1.4 +++ properties.xml 2 Nov 2005 10:27:26 -0000 1.5 @@ -114,6 +114,15 @@ </td> </tr> <tr> + <td>maven.was5.ejbDeploy.file.out</td> + <td>Yes</td> + <td> + The output ejb jar file generated as a result of the ejbDeploy process (generating code used + by the container at runtime). This defaults to + <code>${maven.build.dir}/${maven.was5.version}/${maven.final.name}.jar</code> + </td> + </tr> + <tr> <td>maven.was5.ejbDeploy.workingdir</td> <td>Yes</td> <td> |
From: dion g. <dio...@us...> - 2005-11-02 10:55:20
|
diongillard 05/11/02 02:55:12 Modified: was5/xdocs properties.xml Log: Add installed.application docs Changed headings to be simpler. Revision Changes Path 1.6 +9 -2 maven-plugins/was5/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/properties.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- properties.xml 2 Nov 2005 10:27:26 -0000 1.5 +++ properties.xml 2 Nov 2005 10:55:12 -0000 1.6 @@ -5,7 +5,7 @@ <title>WebSphere 5 (5.0/5.1) Plugin Properties</title> </properties> <body> - <section name="WebSphere 5 (5.0/5.1) Plugin - Basic Settings"> + <section name="Basic Settings"> <table> <tr> <th>Property</th> @@ -35,6 +35,13 @@ </td> </tr> <tr> + <td>maven.was5.installed.application</td> + <td>Yes</td> + <td> + The name of the application for install, uninstall, start and stop. + </td> + </tr> + <tr> <td>maven.was5.password</td> <td>Yes</td> <td> @@ -89,7 +96,7 @@ </tr> </table> </section> - <section name="WebSphere 5 (5.0/5.1) Plugin - was5:ejbDeploy Settings"> + <section name="ejbDeploy Settings"> <table> <tr> <th>Property</th> |
From: dion g. <dio...@us...> - 2005-11-11 09:03:02
|
diongillard 05/11/11 01:02:56 Modified: was5/xdocs properties.xml Log: Added default property definitions and definitions for startServer goal Revision Changes Path 1.7 +78 -9 maven-plugins/was5/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/properties.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- properties.xml 2 Nov 2005 10:55:12 -0000 1.6 +++ properties.xml 11 Nov 2005 09:02:56 -0000 1.7 @@ -16,14 +16,16 @@ <td>maven.was5.conntype</td> <td>Yes</td> <td> - TODO. + Specifies the type of connection to be used. + The Default type is SOAP. The valid values are SOAP, RMI, JMS, and NONE. + NONE means that no server connection is made. </td> </tr> <tr> <td>maven.was5.failonerror</td> <td>Yes</td> <td> - TODO. + If set to true causes the build to stop if the task has an error. </td> </tr> <tr> @@ -45,14 +47,14 @@ <td>maven.was5.password</td> <td>Yes</td> <td> - TODO. + The password of the admin user to authenticate with for administrative access. </td> </tr> <tr> <td>maven.was5.quiet</td> <td>Yes</td> <td> - TODO. + If true, the task will not print any status information. </td> </tr> <tr> @@ -68,21 +70,21 @@ <td>maven.was5.statusPort</td> <td>Yes</td> <td> - TODO. + The TCP Port the server should send status messages to. </td> </tr> <tr> <td>maven.was5.trace</td> <td>Yes</td> <td> - TODO. + If true, the task with print trace information. </td> </tr> <tr> <td>maven.was5.username</td> <td>Yes</td> <td> - TODO. + The id of the admin user to authenticate with for administrative access. </td> </tr> <tr> @@ -139,7 +141,7 @@ </tr> </table> </section> - <section name="Script settings"> + <section name="runScript settings"> <table> <tr> <th>Property</th> @@ -211,10 +213,77 @@ <td>maven.was5.script.username</td> <td>Yes</td> <td> - The user ID to authenticate with the server. + The id of the admin user to authenticate with for administrative access. </td> </tr> </table> </section> + <section name="startServer settings"> + <table> + <tr> + <th>Property</th> + <th>Optional?</th> + <th>Description</th> + </tr> + <tr> + <td>maven.was5.startServer.failonerror</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} + </td> + </tr> + <tr> + <td>maven.was5.startServer.password</td> + <td>Yes</td> + <td> + The password of the admin user to authenticate with for administrative access. + Defaults to ${maven.was5.password} + </td> + </tr> + <tr> + <td>maven.was5.startServer.quiet</td> + <td>Yes</td> + <td> + If true, the task will not print any status information. + Defaults to ${maven.was5.quiet} + </td> + </tr> + <tr> + <td>maven.was5.startServer.server</td> + <td>Yes</td> + <td> + The server to start. Defaults to ${maven.was5.server} + </td> + </tr> + <tr> + <td>maven.was5.startServer.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.startServer.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.startServer.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> +<!-- +maven.was5.startServer.failonerror=${maven.was5.failonerror} +--> + </table> + </section> </body> </document> \ No newline at end of file |
From: dion g. <dio...@us...> - 2005-11-14 23:33:12
|
diongillard 05/11/14 15:33:05 Modified: was5/xdocs properties.xml Log: Add a TOC Revision Changes Path 1.8 +15 -5 maven-plugins/was5/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/properties.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- properties.xml 11 Nov 2005 09:02:56 -0000 1.7 +++ properties.xml 14 Nov 2005 23:33:03 -0000 1.8 @@ -5,6 +5,19 @@ <title>WebSphere 5 (5.0/5.1) Plugin Properties</title> </properties> <body> + <section name="Properties"> + <p> + This guide provides details on the properties available for the various + goals in the following sections: + <ul> + <li><a href="#Basic_Settings">Settings used across many goals.</a></li> + <li><a href="#ejbDeploy_Settings">Settings for the was5:ejbDeploy goal.</a></li> + <li><a href="#runScript_Settings">Settings for the was5:runScript goal.</a></li> + <li><a href="#startServer_Settings">Settings for the was5:startServer goal.</a></li> + <li>More are yet to be documented</li> + </ul> + </p> + </section> <section name="Basic Settings"> <table> <tr> @@ -141,7 +154,7 @@ </tr> </table> </section> - <section name="runScript settings"> + <section name="runScript Settings"> <table> <tr> <th>Property</th> @@ -218,7 +231,7 @@ </tr> </table> </section> - <section name="startServer settings"> + <section name="startServer Settings"> <table> <tr> <th>Property</th> @@ -280,9 +293,6 @@ Defaults to ${maven.was5.username} </td> </tr> -<!-- -maven.was5.startServer.failonerror=${maven.was5.failonerror} ---> </table> </section> </body> |
From: dion g. <dio...@us...> - 2005-11-15 01:11:35
|
diongillard 05/11/14 17:11:26 Modified: was5/xdocs properties.xml Log: Document stopServer properties Revision Changes Path 1.9 +91 -0 maven-plugins/was5/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/properties.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- properties.xml 14 Nov 2005 23:33:03 -0000 1.8 +++ properties.xml 15 Nov 2005 01:11:25 -0000 1.9 @@ -14,6 +14,7 @@ <li><a href="#ejbDeploy_Settings">Settings for the was5:ejbDeploy goal.</a></li> <li><a href="#runScript_Settings">Settings for the was5:runScript 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>More are yet to be documented</li> </ul> </p> @@ -295,5 +296,95 @@ </tr> </table> </section> + <section name="stopServer Settings"> + <table> + <tr> + <th>Property</th> + <th>Optional?</th> + <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>Yes</td> + <td> + 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.stopServer.host</td> + <td>Yes</td> + <td> + The hostname of the machine to connect to. + Defaults to ${maven.was5.host}. + </td> + </tr> + <tr> + <td>maven.was5.stopServer.password</td> + <td>Yes</td> + <td> + The password of the admin user to authenticate with for administrative access. + Defaults to ${maven.was5.password} + </td> + </tr> + <tr> + <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.stopServer.quiet</td> + <td>Yes</td> + <td> + If true, the task will not print any status information. + Defaults to ${maven.was5.quiet} + </td> + </tr> + <tr> + <td>maven.was5.stopServer.server</td> + <td>Yes</td> + <td> + 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> + </section> </body> </document> \ No newline at end of file |
From: dion g. <dio...@us...> - 2005-11-15 04:01:45
|
diongillard 05/11/14 20:01:37 Modified: was5/xdocs properties.xml Log: Settings for serverStatus goal Revision Changes Path 1.10 +42 -0 maven-plugins/was5/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/properties.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- properties.xml 15 Nov 2005 01:11:25 -0000 1.9 +++ properties.xml 15 Nov 2005 04:01:37 -0000 1.10 @@ -15,6 +15,7 @@ <li><a href="#runScript_Settings">Settings for the was5:runScript 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> @@ -386,5 +387,46 @@ </tr> </table> </section> + <section name="serverStatus Settings"> + <table> + <tr> + <th>Property</th> + <th>Optional?</th> + <th>Description</th> + </tr> + <tr> + <td>maven.was5.serverStatus.failonerror</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} + </td> + </tr> + <tr> + <td>maven.was5.serverStatus.server</td> + <td>Yes</td> + <td> + The server to get the status. + Defaults to ${maven.was5.server} + </td> + </tr> + <tr> + <td>maven.was5.serverStatus.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.serverStatus.trace</td> + <td>Yes</td> + <td> + If true, the task with print trace information. + Defaults to ${maven.was5.trace} + </td> + </tr> + </table> + </section> </body> </document> \ No newline at end of file |
From: dion g. <dio...@us...> - 2005-11-15 05:25:05
|
diongillard 05/11/14 21:24:57 Modified: was5/xdocs properties.xml Log: Add listApps settings Revision Changes Path 1.11 +67 -0 maven-plugins/was5/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/properties.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- properties.xml 15 Nov 2005 04:01:37 -0000 1.10 +++ properties.xml 15 Nov 2005 05:24:57 -0000 1.11 @@ -12,6 +12,7 @@ <ul> <li><a href="#Basic_Settings">Settings used across many goals.</a></li> <li><a href="#ejbDeploy_Settings">Settings for the was5:ejbDeploy 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="#startServer_Settings">Settings for the was5:startServer goal.</a></li> <li><a href="#stopServer_Settings">Settings for the was5:stopServer goal.</a></li> @@ -428,5 +429,71 @@ </tr> </table> </section> + <section name="listApps Settings"> + <table> + <tr> + <th>Property</th> + <th>Optional?</th> + <th>Description</th> + </tr> + <tr> + <td>maven.was5.listApps.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.listApps.host</td> + <td>Yes</td> + <td> + The hostname of the machine to connect to. + Defaults to ${maven.was5.host}. + </td> + </tr> + <tr> + <td>maven.was5.listApps.password</td> + <td>Yes</td> + <td> + The password of the admin user to authenticate with for administrative access. + Defaults to ${maven.was5.password} + </td> + </tr> + <tr> + <td>maven.was5.listApps.port</td> + <td>Yes</td> + <td> + This is the administration TCP port on the host to connect to. + </td> + </tr> + <tr> + <td>maven.was5.listApps.profile</td> + <td>Yes</td> + <td> + A script file to be executed before processing begins. + Defaults to ${maven.was5.profile}. + </td> + </tr> + <tr> + <td>maven.was5.listApps.properties</td> + <td>Yes</td> + <td> + A java properties file containing attributes to set in the JVM System properties. + Defaults to ${maven.was5.properties}. + </td> + </tr> + <tr> + <td>maven.was5.listApps.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> + </section> </body> </document> \ No newline at end of file |
From: dion g. <dio...@us...> - 2005-11-15 05:49:09
|
diongillard 05/11/14 21:49:04 Modified: was5/xdocs properties.xml Log: Add was5.profile and was5.properties docs Revision Changes Path 1.12 +18 -0 maven-plugins/was5/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/properties.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- properties.xml 15 Nov 2005 05:24:57 -0000 1.11 +++ properties.xml 15 Nov 2005 05:49:04 -0000 1.12 @@ -67,6 +67,24 @@ </td> </tr> <tr> + <td>maven.was5.profile</td> + <td>Yes</td> + <td> + A script file to be executed before processing begins. + See <a href="http://publib.boulder.ibm.com/infocenter/wasinfo/v5r1//index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/rxml_profiles.html">WebSphere AppServer documentation</a> + for more detail. + </td> + </tr> + <tr> + <td>maven.was5.properties</td> + <td>Yes</td> + <td> + A java properties file containing attributes to set in the JVM System properties. + See <a href="http://publib.boulder.ibm.com/infocenter/wasinfo/v5r1//index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/rxml_propscript.html">WebSphere AppServer documentation</a> + for more detail. + </td> + </tr> + <tr> <td>maven.was5.quiet</td> <td>Yes</td> <td> |
From: dion g. <dio...@us...> - 2005-11-15 06:31:39
|
diongillard 05/11/14 22:31:32 Modified: was5/xdocs properties.xml Log: Add installApp docs Revision Changes Path 1.13 +69 -0 maven-plugins/was5/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/properties.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- properties.xml 15 Nov 2005 05:49:04 -0000 1.12 +++ properties.xml 15 Nov 2005 06:31:32 -0000 1.13 @@ -12,6 +12,7 @@ <ul> <li><a href="#Basic_Settings">Settings used across many goals.</a></li> <li><a href="#ejbDeploy_Settings">Settings for the was5:ejbDeploy goal.</a></li> + <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="#startServer_Settings">Settings for the was5:startServer goal.</a></li> @@ -513,5 +514,73 @@ </tr> </table> </section> + <section name="listApps Settings"> + <table> + <tr> + <th>Property</th> + <th>Optional?</th> + <th>Description</th> + </tr> + <tr> + <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> + <th>maven.was5.installApp.ear</th> + <th>Yes</th> + <th> + The location of the ear file on the server to install. + Defaults to ${maven.build.dir}/${maven.final.name}.ear + </th> + </tr> + <tr> + <td>maven.was5.installApp.host</td> + <td>Yes</td> + <td> + The hostname of the machine to connect to. + Defaults to ${maven.was5.host}. + </td> + </tr> + <tr> + <td>maven.was5.installApp.password</td> + <td>Yes</td> + <td> + The password of the admin user to authenticate with for administrative access. + Defaults to ${maven.was5.password} + </td> + </tr> + <tr> + <td>maven.was5.installApp.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>Yes</td> + <td> + The id of the admin user to authenticate with for administrative access. + Defaults to ${maven.was5.username} + </td> + </tr> + <tr> + <td>maven.was5.installApp.options</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} + </td> + </tr> + </table> + </section> </body> </document> \ No newline at end of file |
From: dion g. <dio...@us...> - 2005-11-15 06:32:14
|
diongillard 05/11/14 22:32:06 Modified: was5/xdocs properties.xml Log: fix heading name Revision Changes Path 1.14 +1 -1 maven-plugins/was5/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/properties.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- properties.xml 15 Nov 2005 06:31:32 -0000 1.13 +++ properties.xml 15 Nov 2005 06:32:06 -0000 1.14 @@ -514,7 +514,7 @@ </tr> </table> </section> - <section name="listApps Settings"> + <section name="installApp Settings"> <table> <tr> <th>Property</th> |
From: dion g. <dio...@us...> - 2005-11-15 06:40:29
|
diongillard 05/11/14 22:40:24 Modified: was5/xdocs properties.xml Log: fix td/th typo Revision Changes Path 1.15 +4 -4 maven-plugins/was5/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/properties.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- properties.xml 15 Nov 2005 06:32:06 -0000 1.14 +++ properties.xml 15 Nov 2005 06:40:24 -0000 1.15 @@ -532,12 +532,12 @@ </td> </tr> <tr> - <th>maven.was5.installApp.ear</th> - <th>Yes</th> - <th> + <td>maven.was5.installApp.ear</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 - </th> + </td> </tr> <tr> <td>maven.was5.installApp.host</td> |
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> |
From: dion g. <dio...@us...> - 2005-11-15 13:12:54
|
diongillard 05/11/15 05:12:47 Modified: was5/xdocs properties.xml Log: typo Revision Changes Path 1.17 +1 -1 maven-plugins/was5/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/properties.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- properties.xml 15 Nov 2005 13:09:23 -0000 1.16 +++ properties.xml 15 Nov 2005 13:12:47 -0000 1.17 @@ -1,4 +1,4 @@ -gi<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="UTF-8"?> <document> <properties> |
From: dion g. <dio...@us...> - 2005-11-15 13:25:22
|
diongillard 05/11/15 05:25:16 Modified: was5/xdocs properties.xml Log: Add uninstallApp settings Revision Changes Path 1.18 +71 -0 maven-plugins/was5/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/properties.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- properties.xml 15 Nov 2005 13:12:47 -0000 1.17 +++ properties.xml 15 Nov 2005 13:25:16 -0000 1.18 @@ -18,6 +18,7 @@ <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="#uninstallApp_Settings">Settings for the was5:uninstallApp goal.</a></li> <li>More are yet to be documented</li> </ul> </p> @@ -68,6 +69,13 @@ </td> </tr> <tr> + <td>maven.was5.port</td> + <td>Yes</td> + <td> + This is the administration TCP port on the host to connect to. + </td> + </tr> + <tr> <td>maven.was5.profile</td> <td>Yes</td> <td> @@ -222,6 +230,7 @@ <td>Yes</td> <td> This is the administration TCP port on the host to connect to. + Defaults to ${maven.was5.port} </td> </tr> <tr> @@ -282,6 +291,7 @@ <td>Yes</td> <td> This is the administration TCP port on the host to connect to. + Defaults to ${maven.was5.port} </td> </tr> <tr> @@ -362,6 +372,7 @@ <td>Yes</td> <td> Only specified if the conntype is specified. This is the port on the host to connect to. + Defaults to ${maven.was5.port} </td> </tr> <tr> @@ -538,6 +549,7 @@ <td>Yes</td> <td> This is the administration TCP port on the host to connect to. + Defaults to ${maven.was5.port} </td> </tr> <tr> @@ -582,5 +594,64 @@ </tr> </table> </section> + <section name="uninstallApp Settings"> + <table> + <tr> + <th>Property</th> + <th>Optional?</th> + <th>Description</th> + </tr> + <tr> + <td>maven.was5.uninstallApp.application</td> + <td>Yes</td> + <td> + The name of the application for uninstall. + Defaults to ${maven.was5.installed.application} + </td> + </tr> + <tr> + <td>maven.was5.uninstallApp.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.uninstallApp.host</td> + <td>Yes</td> + <td> + The hostname of the machine to connect to. + Defaults to ${maven.was5.host}. + </td> + </tr> + <tr> + <td>maven.was5.uninstallApp.password</td> + <td>Yes</td> + <td> + The password of the admin user to authenticate with for administrative access. + Defaults to ${maven.was5.password} + </td> + </tr> + <tr> + <td>maven.was5.uninstallApp.port</td> + <td>Yes</td> + <td> + This is the administration TCP port on the host to connect to. + Defaults to ${maven.was5.port} + </td> + </tr> + <tr> + <td>maven.was5.uninstallApp.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> + </section> </body> </document> \ No newline at end of file |
From: dion g. <dio...@us...> - 2005-11-15 13:34:29
|
diongillard 05/11/15 05:34:17 Modified: was5/xdocs properties.xml Log: Add startApp settings Revision Changes Path 1.19 +86 -0 maven-plugins/was5/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/properties.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- properties.xml 15 Nov 2005 13:25:16 -0000 1.18 +++ properties.xml 15 Nov 2005 13:34:17 -0000 1.19 @@ -16,6 +16,7 @@ <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="#startApp_Settings">Settings for the was5:startApp 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="#uninstallApp_Settings">Settings for the was5:uninstallApp goal.</a></li> @@ -439,6 +440,91 @@ </tr> </table> </section> + <section name="startApp Settings"> + <table> + <tr> + <th>Property</th> + <th>Optional?</th> + <th>Description</th> + </tr> + <tr> + <td>maven.was5.startApp.application</td> + <td>Yes</td> + <td> + The name of the application to start. + Defaults to ${maven.was5.installed.application} + </td> + </tr> + <tr> + <td>maven.was5.startApp.conntype</td> + <td>Yes</td> + <td> + Specifies the type of connection to be used. + The Default type is SOAP. The valid values are SOAP, RMI, JMS, and NONE. + NONE means that no server connection is made. + Defaults to ${maven.was5.conntype} + </td> + </tr> + <tr> + <td>maven.was5.startApp.host</td> + <td>Yes</td> + <td> + The hostname of the machine to connect to. + Defaults to ${maven.was5.host}. + </td> + </tr> + <tr> + <td>maven.was5.startApp.password</td> + <td>Yes</td> + <td> + The password of the admin user to authenticate with for administrative access. + Defaults to ${maven.was5.password} + </td> + </tr> + <tr> + <td>maven.was5.startApp.port</td> + <td>Yes</td> + <td> + This is the administration TCP port on the host to connect to. + Defaults to ${maven.was5.port} + </td> + </tr> + <tr> + <td>maven.was5.startApp.profile</td> + <td>Yes</td> + <td> + A script file to be executed before processing begins. + See <a href="http://publib.boulder.ibm.com/infocenter/wasinfo/v5r1//index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/rxml_profiles.html">WebSphere AppServer documentation</a> + for more detail. + </td> + </tr> + <tr> + <td>maven.was5.startApp.properties</td> + <td>Yes</td> + <td> + A java properties file containing attributes to set in the JVM System properties. + See <a href="http://publib.boulder.ibm.com/infocenter/wasinfo/v5r1//index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/rxml_propscript.html">WebSphere AppServer documentation</a> + for more detail. + </td> + </tr> + <tr> + <td>maven.was5.startApp.server</td> + <td>Yes</td> + <td> + The server on which the app to start in installed. + Defaults to ${maven.was5.server} + </td> + </tr> + <tr> + <td>maven.was5.startApp.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> + </section> <section name="startServer Settings"> <table> <tr> |
From: dion g. <dio...@us...> - 2005-11-15 13:41:16
|
diongillard 05/11/15 05:40:56 Modified: was5/xdocs properties.xml Log: Add stopApp settings Revision Changes Path 1.20 +86 -0 maven-plugins/was5/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/properties.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- properties.xml 15 Nov 2005 13:34:17 -0000 1.19 +++ properties.xml 15 Nov 2005 13:40:56 -0000 1.20 @@ -18,6 +18,7 @@ <li><a href="#serverStatus_Settings">Settings for the was5:serverStatus goal.</a></li> <li><a href="#startApp_Settings">Settings for the was5:startApp goal.</a></li> <li><a href="#startServer_Settings">Settings for the was5:startServer goal.</a></li> + <li><a href="#stopApp_Settings">Settings for the was5:stopApp goal.</a></li> <li><a href="#stopServer_Settings">Settings for the was5:stopServer goal.</a></li> <li><a href="#uninstallApp_Settings">Settings for the was5:uninstallApp goal.</a></li> <li>More are yet to be documented</li> @@ -589,6 +590,91 @@ </tr> </table> </section> + <section name="stopApp Settings"> + <table> + <tr> + <th>Property</th> + <th>Optional?</th> + <th>Description</th> + </tr> + <tr> + <td>maven.was5.stopApp.application</td> + <td>Yes</td> + <td> + The name of the application to stop. + Defaults to ${maven.was5.installed.application} + </td> + </tr> + <tr> + <td>maven.was5.stopApp.conntype</td> + <td>Yes</td> + <td> + Specifies the type of connection to be used. + The Default type is SOAP. The valid values are SOAP, RMI, JMS, and NONE. + NONE means that no server connection is made. + Defaults to ${maven.was5.conntype} + </td> + </tr> + <tr> + <td>maven.was5.stopApp.host</td> + <td>Yes</td> + <td> + The hostname of the machine to connect to. + Defaults to ${maven.was5.host}. + </td> + </tr> + <tr> + <td>maven.was5.stopApp.password</td> + <td>Yes</td> + <td> + The password of the admin user to authenticate with for administrative access. + Defaults to ${maven.was5.password} + </td> + </tr> + <tr> + <td>maven.was5.stopApp.port</td> + <td>Yes</td> + <td> + This is the administration TCP port on the host to connect to. + Defaults to ${maven.was5.port} + </td> + </tr> + <tr> + <td>maven.was5.stopApp.profile</td> + <td>Yes</td> + <td> + A script file to be executed before processing begins. + See <a href="http://publib.boulder.ibm.com/infocenter/wasinfo/v5r1//index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/rxml_profiles.html">WebSphere AppServer documentation</a> + for more detail. + </td> + </tr> + <tr> + <td>maven.was5.stopApp.properties</td> + <td>Yes</td> + <td> + A java properties file containing attributes to set in the JVM System properties. + See <a href="http://publib.boulder.ibm.com/infocenter/wasinfo/v5r1//index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/rxml_propscript.html">WebSphere AppServer documentation</a> + for more detail. + </td> + </tr> + <tr> + <td>maven.was5.stopApp.server</td> + <td>Yes</td> + <td> + The server on which the app to stop in installed. + Defaults to ${maven.was5.server} + </td> + </tr> + <tr> + <td>maven.was5.stopApp.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> + </section> <section name="stopServer Settings"> <table> <tr> |
From: dion g. <dio...@us...> - 2005-11-15 13:50:58
|
diongillard 05/11/15 05:50:52 Modified: was5/xdocs properties.xml Log: App props doc'ed Revision Changes Path 1.21 +0 -1 maven-plugins/was5/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/properties.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- properties.xml 15 Nov 2005 13:40:56 -0000 1.20 +++ properties.xml 15 Nov 2005 13:50:52 -0000 1.21 @@ -21,7 +21,6 @@ <li><a href="#stopApp_Settings">Settings for the was5:stopApp goal.</a></li> <li><a href="#stopServer_Settings">Settings for the was5:stopServer goal.</a></li> <li><a href="#uninstallApp_Settings">Settings for the was5:uninstallApp goal.</a></li> - <li>More are yet to be documented</li> </ul> </p> </section> |