From: <jo...@us...> - 2005-04-27 08:57:39
|
joehni 05/04/27 01:57:30 Modified: javaapp/xdocs properties.xml Log: Fix docu for uberjar.(no)bundle property. Revision Changes Path 1.8 +2 -1 maven-plugins/javaapp/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/xdocs/properties.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- properties.xml 19 Nov 2004 13:48:56 -0000 1.7 +++ properties.xml 27 Apr 2005 08:57:29 -0000 1.8 @@ -58,7 +58,8 @@ result, e.g. "mail,servlet-api". The artifactIds must be therefore referenced in the POM. The value is automatically set to a list with the artifactId of all dependencies not of type jar and all - with a property <em>uberjar.bundle</em> set to <code>false</code>. + without a property <em>uberjar.nobundle</em> set to + <code>true</code>. </td> </tr> |