|
||||||||
|
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/groups/opt_out.

@jglick – I have no idea what you mean "defunct 1.509.x"; according to the front page 1.509.4 is the current Long Term Support version. Is the front page wrong or is Long Term Support not supported?
Detailed work around instructions:
1. Go to the plugins directory in your Jenkins installation.
2. rm -rf maven-plugin maven-plugin.jpi
3. curl -L -o maven-plugin.jpi http://updates.jenkins-ci.org/download/plugins/maven-plugin/1.509.3/maven-plugin.hpi
4. touch maven-plugin.jpi.pinned
This will prevent Jenkins from auto-updating the maven-plugin on restart and sets the version to 1.509.3 which doesn't have this show-stopper bug.