Michael Osipov created JXR-105:
----------------------------------

             Summary: Project cannot be build with Maven 2 due to cyclic 
reference
                 Key: JXR-105
                 URL: https://jira.codehaus.org/browse/JXR-105
             Project: Maven JXR
          Issue Type: Bug
    Affects Versions: 2.3, 2.4
         Environment: Maven 2.2.1
            Reporter: Michael Osipov
            Priority: Critical


Checkout trunk, run any goal with Maven 2.2.1 and watch it fail with:

{noformat}
[INFO] The projects in the reactor contain a cyclic reference: Edge between 
'Vertex{label='org.apache.maven.plugins:mave
n-jxr-plugin'}' and 'Vertex{label='org.apache.maven:maven-jxr'}' introduces to 
cycle in the graph org.apache.maven:maven
-jxr --> org.apache.maven.plugins:maven-jxr-plugin --> 
org.apache.maven:maven-jxr
{noformat}

According to this [SO answer|http://stackoverflow.com/a/11352992/696632] I have 
removed the reporting plugin and it worked with Maven 2 too.

Maven 3 does not suffer from this problem.

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

Reply via email to