Dennis Lundberg edited a comment on Bug MWEBSTART-214

I am trying to use this markup:

                <executions>
                    <execution>
                        <id>XXX</id>
                        <phase>package</phase>
                        <goals>
                            <goal>jnlp-inline</goal>
                        </goals>
                        <configuration>
                            <classifier>${calypso.env}</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.

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
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to