From: Lukas T. <luk...@us...> - 2007-05-13 18:49:31
|
lukas_theussl 07/05/13 11:49:30 Modified: javaapp/xdocs index.xml properties.xml Log: Documentation updates. Revision Changes Path 1.6 +6 -4 maven-plugins/javaapp/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/xdocs/index.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- index.xml 25 Aug 2005 09:09:28 -0000 1.5 +++ index.xml 13 May 2007 18:49:30 -0000 1.6 @@ -15,7 +15,7 @@ <section name="Maven Java Application Plug-in"> <p> This plug-in provides support for creating, installing and running - an executable JAR for Maven 1.0. It will create a single big JAR + an executable JAR for Maven 1.x. It will create a single big JAR including all dependencies, so no additional entry is necessary for the classpath. </p> @@ -24,9 +24,11 @@ therefore it should work on all major platforms. </p> <p> - Currently there is the UBERJAR plugin available doing a similiar job - but due to performance problems in the class loader I would not - recommended it for larger projects. + In Maven 1.0 there was the + <a href="http://maven.apache.org/maven-1.x/plugins/uberjar/">UBERJAR</a> + plugin available, which was doing a similiar job. + However, due to performance problems in the class loader it was not + recommended for larger projects, and it has been removed from Maven 1.1. </p> <p> Just in case you have multiple project distributables (e.g. one 1.9 +1 -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.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- properties.xml 27 Apr 2005 08:57:29 -0000 1.8 +++ properties.xml 13 May 2007 18:49:30 -0000 1.9 @@ -163,7 +163,7 @@ <p> Additionally to the described properties, the javaapp plugin also supports following properties of the - <a href="http://maven.apache.org/reference/plugins/jar/properties.html"> + <a href="http://maven.apache.org/maven-1.x/plugins/jar/properties.html"> jar plugin</a>: <ul> <li>maven.jar.manifest.attributes.list</li> |