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