[ https://jira.codehaus.org/browse/MNG-5601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=355635#comment-355635 ]
Jeff Jensen commented on MNG-5601: ---------------------------------- Maven 3.1.1 does not have this problem, so it's a regression. I just tried using 3.2.3 but can't due to this problem. Are there any known workarounds for 3.2.3 besides use 3.1.1? > multimodule plugin configuration e.g. "build-tools" pattern broken > ------------------------------------------------------------------ > > Key: MNG-5601 > URL: https://jira.codehaus.org/browse/MNG-5601 > Project: Maven > Issue Type: Bug > Components: Dependencies, Plugins and Lifecycle > Affects Versions: 3.2.1 > Reporter: Matt Benson > Attachments: cyclic-ref-test.tar.gz > > > The recommendation at > https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html > breaks down in projects that use the pattern more than once, e.g. for > checkstyle/findbugs/PMD alike. I have boiled this down to a super-simple test > project that defines a build-tools module, and in separate profiles declares > each of these plugins with a dependency on that submodule. Activating any one > of these profiles and calling `mvn validate` works fine, but as soon as you > activate two or more of them the command fails with "The projects in the > reactor contain a cyclic reference". -- This message was sent by Atlassian JIRA (v6.1.6#6162)