[ https://issues.apache.org/jira/browse/MJAVADOC-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15539478#comment-15539478 ]
Hudson commented on MJAVADOC-472: --------------------------------- SUCCESS: Integrated in Jenkins build maven-plugins #7329 (See [https://builds.apache.org/job/maven-plugins/7329/]) [MJAVADOC-472] Conflicting dependency of plexus-utils are used Excluding plexus:plexus-utils from plexus-interactivity-api to resolve conflict with the usage of plexus-utils in version 3.0.24. (gboue: [http://svn.apache.org/viewvc/?view=rev&rev=1763035]) * (edit) maven-javadoc-plugin/pom.xml > Conflicting dependency of plexus-utils are used > ----------------------------------------------- > > Key: MJAVADOC-472 > URL: https://issues.apache.org/jira/browse/MJAVADOC-472 > Project: Maven Javadoc Plugin > Issue Type: Bug > Affects Versions: 2.10.4 > Reporter: Guillaume Boué > Assignee: Guillaume Boué > Fix For: 3.0.0 > > > Tthe dependency > {noformat} > <dependency> > <groupId>org.codehaus.plexus</groupId> > <artifactId>plexus-interactivity-api</artifactId> > <version>1.0-alpha-4</version> > </dependency> > {noformat} > has a transitive dependency on {{plexus:plexus-utils:1.0.2}} which conflicts > with the dependency on {{org.codehaus.plexus:plexus-utils:3.0.24}} used by > the project. Since the group ids are different, it isn't resolved > automatically by Maven. > The dependency {{plexus:plexus-utils}} needs to be excluded from > {{plexus-interactivity-api}} to resolve the conflict. This is only used to > get the user input from the {{fix}} mojo, and that code doesn't use any > specific {{plexus-utils}} 1.0.2 API, so it is safe to do. -- This message was sent by Atlassian JIRA (v6.3.4#6332)