diff --git a/jnlp/plugin.jelly b/jnlp/plugin.jelly index e63ed133..e9a550e8 100644 --- a/jnlp/plugin.jelly +++ b/jnlp/plugin.jelly @@ -121,7 +121,7 @@ ${maven.jnlp.mainclass.arguments} - + ${someArgument} @@ -135,7 +135,7 @@ ${maven.jnlp.mainclass.arguments} - + ${someArgument} diff --git a/jnlp/project.xml b/jnlp/project.xml index bc724454..8bbb0ba5 100644 --- a/jnlp/project.xml +++ b/jnlp/project.xml @@ -5,7 +5,7 @@ 3 maven-jnlp-plugin Maven JNLP Plug-in - 1.1 + 1.2-SNAPSHOT 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 index 99ea7672..1c1fd360 100644 --- a/jnlp/xdocs/changes.xml +++ b/jnlp/xdocs/changes.xml @@ -3,9 +3,15 @@ Changes dIon Gillard + Emmanuel Venisse + + + Fix generated jnlp file. We use now argument tag instead of sysproperty tag. + + Add the possibility to choose the main jar. diff --git a/jnlp/xdocs/properties.xml b/jnlp/xdocs/properties.xml index 1a138089..d49781f2 100644 --- a/jnlp/xdocs/properties.xml +++ b/jnlp/xdocs/properties.xml @@ -238,6 +238,14 @@ + + maven.jnlp.mainclass.arguments + Yes + + The argument list for the main class. All arguments are separated by a space. + + +