bitstrings / nbm-maven

Fork of nbm-maven-plugin -> https://github.com/mojohaus/nbm-maven-plugin
Apache License 2.0
4 stars 0 forks source link

Parameter for alternative value for <java version="1.6+" /> jnlp attribute #9

Open danielferber opened 8 years ago

danielferber commented 8 years ago

I would like to suggest a parameter for goal nbm:webstart-app in order to manually inform the the supported JVM using the jnlp attribute. Our application requires Java 8 and we would appreciate if it would be possible to state that in the main jnlp file. I am available to work on a patch for this purpose.

bitstrings commented 8 years ago

So let me get this, you want a property to replace the java version of the default jnlp?

If so, why not use your own JNLP? Are you really using the default as is?