Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.1.0
-
None
-
None
-
None
-
Linux
Description
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.
Attachments
Attachments
Issue Links
- relates to
-
MNG-2668 Plugin dependencies should be considered when the reactor creates the build order list
- Closed