Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.0
-
Fix Version/s: 2.2.0
-
Component/s: None
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
With a CXF trunk checkout (http://svn.apache.org/repos/asf/cxf/trunk/), if you run:
mvn -Pfastinstall (to get the required plugins and such installed)
and then
mvn -Psetup.eclipse
to setup the eclipse stuff, that works fine with mvn 2.0.[8-10], but with 2.1.0-RC1, I get:
[INFO] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.apache.cxf:cxf'}' and 'Vertex{label='org.apache.cxf:cxf-buildtools'}' introduces to cycle in the graph org.apache.cxf:cxf-buildtools --> org.apache.cxf:cxf --> org.apache.cxf:cxf-buildtools
Issue Links
| This issue is related to: | ||||
| MNG-2668 | Plugin dependencies should be considered when the reactor creates the build order list |
|
|
|
Likely related to
MNG-2668: org.apache.cxf:cxf declares an execution of the maven-antrun-plugin, using org.apache.cxf:cxf-buildtools as a plugin dependency. And org.apache.cxf:cxf-buildtools inherits from org.apache.cxf:cxf...MNG-2668: org.apache.cxf:cxf declares an execution of the maven-antrun-plugin, using org.apache.cxf:cxf-buildtools as a plugin dependency. And org.apache.cxf:cxf-buildtools inherits from org.apache.cxf:cxf...