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