cyclic reference with 2.1.0 that doesn't matter with 2.0.10 -----------------------------------------------------------
Key: MNG-4110 URL: http://jira.codehaus.org/browse/MNG-4110 Project: Maven 2 Issue Type: Bug Affects Versions: 2.1.0 Environment: Linux Reporter: Stephan Kleine Attachments: maven-bugreport.tar.bz2 The situation is that we have a parent pom.xml (projectA in the attachment) which is the parent of every other project. One of the other projects is the one where we define global configuration files for e.g. Checkstyle & PMD checks (projectB in the attachment). The cycle exists because projectA refers to projectB in the Checkstyle & PMD plugin configuration and projectA is the parent of projectB. IMHO this shouldn't matter (as it as with Maven 2.0.10 and earlier) because projectA is only packaged as a pom and therefore the cycle isn't relevant. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira