Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.0
-
None
-
None
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
' 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
Attachments
Issue Links
- is related to
-
MNG-2668 Plugin dependencies should be considered when the reactor creates the build order list
- Closed