Changes for page maven-japplication-plugin

Last modified by Andrus Adamchik on 2007/02/27 09:12

From version 28.1
edited by Andrus Adamchik
on 2006/09/30 19:19
Change comment: There is no comment for this version
To version 33.1
edited by Andrus Adamchik
on 2007/02/27 09:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,12 +1,12 @@
1 1  == Description ==
2 2  
3 -"maven-japplication-plugin" is a plugin for assembling native launchers of Java applications for a number of target platforms. Current project artifact and all its declared and transitive dependencies will be bundled into the launcher. Currently supports native launchers for Mac and Windows operating systems and also a "java launcher" - a single jar file that can be run via "java --jar file.jar". --
3 +"maven-japplication-plugin" is a plugin for assembling native launchers of Java applications for a number of target platforms. It will package current project artifact and all its declared and transitive dependencies into the launcher. Currently supports native launchers for Mac and Windows operating systems and also a "java launcher" - a single jar file that can be run via "java --jar file.jar". --
4 4  
5 5  "maven-japplication-plugin" is based on a [[JApplication Ant task>>JApplication]] and has similar capabilities, however the Maven environment provides more information about the project, so plugin has fewer required parameters.
6 6  
7 -== Prerequisites ==
7 +== OS Requirements ==
8 8  
9 -Prerequisites and OS requirements are similar to those for [[JApplication Ant task>>JApplication]]. In particular for Windows you will need to install [[NSIS>>http://nsis.sourceforge.net/Main_Page]].
9 +OS requirements are similar to those for [[JApplication Ant task>>JApplication]], i.e. Mac launcher can only be built on Mac, and Windows launcher - on Windows.
10 10  
11 11  == Goals ==
12 12  
... ... @@ -23,7 +23,6 @@
23 23  |icon|Platform-specific icon file (usually ".ico" on Windows and ".icns" on Mac)|No| |mac,windows
24 24  |jvm|Minimal version of the Java Virtual machine required.|No|##1.4+##|mac
25 25  |jvmOptions|Optional parameters to pass to the JVM, such as memory settings, etc.|No| |mac,windows
26 -|nsisHome|Location of NSIS installation. Ignored except on Windows.|No |##C:rogram FilesSIS##|windows
27 27  |version|Product version string|No|##$project.artifact.version##|mac
28 28  
29 29  == Examples ==