I have a question about the JNLP creation of the Maven 2 Webstart plugin.

I would like to put the version number of our application in the JNLP file.

Is it possible to reference Maven variables from the velocity template? I would like to do something like


<?xml version="1.0" encoding="UTF-8"?>
<jnlp codebase="">...
  <resources>
    <property name="version" value="${project.version }"/>
  </resources>
...
</jnlp>


It would be great if this was possible!

Let me know... thanks!


    Hes.

Reply via email to