diff --git a/jnlp/plugin.jelly b/jnlp/plugin.jelly index a33ef72d..a6cc0d5a 100644 --- a/jnlp/plugin.jelly +++ b/jnlp/plugin.jelly @@ -82,16 +82,32 @@ - + - + + + + + + + + + + + + + + + + + ${maven.jnlp.properties} diff --git a/jnlp/project.xml b/jnlp/project.xml index 402807de..bc724454 100644 --- a/jnlp/project.xml +++ b/jnlp/project.xml @@ -5,7 +5,7 @@ 3 maven-jnlp-plugin Maven JNLP Plug-in - 1.0 + 1.1 JNLP Plugin for Maven http://maven.apache.org/reference/plugins/jnlp/ /www/maven.apache.org/reference/plugins/jnlp/ diff --git a/jnlp/xdocs/changes.xml b/jnlp/xdocs/changes.xml new file mode 100644 index 00000000..99ea7672 --- /dev/null +++ b/jnlp/xdocs/changes.xml @@ -0,0 +1,16 @@ + + + + Changes + dIon Gillard + + + + + + Add the possibility to choose the main jar. + + + + + diff --git a/jnlp/xdocs/properties.xml b/jnlp/xdocs/properties.xml index 92f57a74..1a138089 100644 --- a/jnlp/xdocs/properties.xml +++ b/jnlp/xdocs/properties.xml @@ -361,6 +361,28 @@ ]]> - + +
+

+ When you define the main class of your application, you must define the jar + that contains the main class. This is achieved by specifying meta-information + in the pom, using the following syntax for jar files : +

+ + + jarid + jarversion + + true + true + + + ]]> + +

+ If no jars contains this tag (jnlp.main.jar), it's the project jar which will be used. +

+