Changes for page maven-japplication-plugin
Last modified by Andrus Adamchik on 2007/02/27 09:12
From version 26.1
edited by Andrus Adamchik
on 2006/09/30 19:16
on 2006/09/30 19:16
Change comment:
There is no comment for this version
To version 28.1
edited by Andrus Adamchik
on 2006/09/30 19:19
on 2006/09/30 19:19
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -18,13 +18,13 @@ 18 18 |name|The name of the application without OS-specific extension|No|##$project.artifact.artifactId##| 19 19 |mainClass|Main Java class|Yes| | 20 20 |os|A family of operating systems. Currently supported values are "mac", "windows" and "java"|No|Build machine OS, if omitted; if the os is not supported, will use "java".| 21 -|destDir|A destination directory where the application launcher should be installed|No|##$project.build.directory## (usually ##"target/"##)|21 +|destDir|A destination directory where the application launcher should be installed|No|##$project.build.directory## - usually ##"target/"##| 22 22 |longName|An optional string identifying the application human-readable name. If not specified, "name" is used.|No|##$project.artifact.artifactId-$project.artifact.version##| 23 -|icon|Platform-specific icon file (usually ".ico" on Windows and ".icns" on Mac)| no|mac,windows24 -|jvm|Minimal version of the Java Virtual machine required.| no(default is "1.4+")|mac25 -|jvmOptions|Optional parameters to pass to the JVM, such as memory settings, etc.| no|mac,windows26 -|nsisHome|Location of NSIS installation. Ignored except on Windows.| no(default is "C:rogram FilesSIS")|windows27 -|version|Product version string| no(default0.0)|mac23 +|icon|Platform-specific icon file (usually ".ico" on Windows and ".icns" on Mac)|No| |mac,windows 24 +|jvm|Minimal version of the Java Virtual machine required.|No|##1.4+##|mac 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 +|version|Product version string|No|##$project.artifact.version##|mac 28 28 29 29 == Examples == 30 30