Hi Albert, Try using Maven 3.0.5. The cyclic problem occurs if your version of Maven is too low (2.2.1) or too high (3.1.1).
Regards, Mark On 13 November 2013 22:33, Albert Lee <[email protected]> wrote: > I downloaded svn.apache.org/repos/asf/aries/trunk and following the > instructions from http://aries.apache.org/development/buildingaries.htmlto > build Aries project. > > The parent and eba-maven-plugin modules built successfully. When I tried to > build from the root, > it failed with the following message > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] The projects in the reactor contain a cyclic reference: Edge between > > 'Vertex{label='org.apache.aries.versioning:org.apache.aries.versioning.plugin'}' > and 'Vertex{label='org. > apache.aries.versioning:org.apache.aries.versioning.checker'}' introduces > to cycle in the graph > org.apache.aries.versioning:org.apache.aries.versioning.checker --> > org.apache.aries > :org.apache.aries.util --> > org.apache.aries.versioning:org.apache.aries.versioning.plugin --> > org.apache.aries.versioning:org.apache.aries.versioning.checker > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > > Is this normal? How can I resolve this problem? > > Thanks, > -- > Albert Lee. >
