From: <jo...@us...> - 2005-08-25 09:09:37
|
joehni 05/08/25 02:09:28 Modified: javaapp/xdocs index.xml Log: Update project description. Revision Changes Path 1.5 +6 -5 maven-plugins/javaapp/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/xdocs/index.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- index.xml 16 Nov 2004 12:20:17 -0000 1.4 +++ index.xml 25 Aug 2005 09:09:28 -0000 1.5 @@ -15,22 +15,23 @@ <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. + an executable JAR for Maven 1.0. It will create a single big JAR + including all dependencies, so no additional entry is necessary for + the classpath. </p> <p> - The plug-in is used on Windows 2000 and SUSE Linux 8.1 therefore - it should work on all major platforms. + The plug-in is used on Windows 2000, Gentoo and SUSE Linux 8.1 + 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. </p> - <p> Just in case you have multiple project distributables (e.g. one executable JAR and a WAR file in my case) it might be useful - to clean the temporary files in between those targets + to clean the temporary files in between those targets. </p> </section> </body> |