|
||||||||
|
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 |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

The proposed change only covers interactive invocation from the command line (mvn jenkins-dev:run vs mvn hudson-dev:run). It has no impact on how the goals are called from existing build scripts (configuring goal exectuion in certain phases in pom.xml).
As far as I know, there is no way of parameterising the prefix. There can only be one.
In order to support both prefixes, the plugin has to be renamed back to maven-hudson-dev-plugin and a goalPrefix of jenkins-dev has to be configured in the plugin. But this would impact existing builds.