On 12/4/06, Matt Wheeler <[EMAIL PROTECTED]> wrote:
I would like to use something like <jar
href="${artifactId}-${version}.jar"/> in my template.vm from which I
generate my jnlp file, and I would like maven to replace the ${artifactId}
and ${version} variables with the associated values. I am able to do it by
adding a filter to my pom.xml, and by referencing the filtered template.vm(in
the webstart plugin) in the target folder as in:
<inputTemplate>target/jnlp/template.vm</inputTemplate>. However, I am
wondering if this can be done an easier way?
Today, I don't think there's an easier way.
Jerome