Changes for page maven-japplication-plugin

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

From version 14.1
edited by Andrus Adamchik
on 2006/09/30 20:50
Change comment: There is no comment for this version
To version 15.1
edited by Andrus Adamchik
on 2006/09/30 20:37
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,9 +4,9 @@
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 -== OS Requirements ==
7 +== Prerequisites ==
8 8  
9 -OS requirements are similar to those for [[JApplication Ant task>>JApplication]], specifically Mac launcher can only be built on Mac, and Windows launcher - on Windows.
9 +Prerequisites and OS requirements are similar to those for [[JApplication Ant task>>JApplication]], specifically Mac launcher can only be built on Mac, and Windows launcher - on Windows.
10 10  
11 11  == Goals ==
12 12  
... ... @@ -23,6 +23,7 @@
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
26 26  |version|Product version string|No|##$project.artifact.version##|mac
27 27  
28 28  == Examples ==