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> |