|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [mojo-dev] [jira] (MWEBSTART-214) Webstart Maven Pl... Robin Roos (JIRA)
- [mojo-dev] [jira] (MWEBSTART-214) Webstart Mav... Robin Roos (JIRA)
- [mojo-dev] [jira] (MWEBSTART-214) Webstart Mav... Dennis Lundberg (JIRA)
- [mojo-dev] [jira] (MWEBSTART-214) Webstart Mav... Tony Chemit (JIRA)
- [mojo-dev] [jira] (MWEBSTART-214) Webstart Mav... Tony Chemit (JIRA)
- [mojo-dev] [jira] (MWEBSTART-214) Webstart Mav... Tony Chemit (JIRA)

I am trying to use this markup:
<executions>
{calypso.env}<execution>
<id>XXX</id>
<phase>package</phase>
<goals>
<goal>jnlp-inline</goal>
</goals>
<configuration>
<classifier>$
</classifier>
</configuration>
</execution>
</executions>
but maven-webstart-plugin does not recognize the classifier element. Nor does it use the XXX value from the id element as a classifier.