|
||||||||
|
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.

This is due to a modification in the dependency management. The current version of the plugin is built against Jenkins 1.424.1 using `org.jenkins-ci.main:maven-plugin:1.424.1` which is using `org.sonatype.aether:aether-api` artifact.
The later versions of the `maven-plugin`, using `2.x` versioning pattern, depends on `org.eclipse.sonatype:aether-api`.
So, my next question: which version of `maven-plugin` do you use?