You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Daniel Roig (JIRA)" <ji...@apache.org> on 2015/05/18 09:17:00 UTC

[jira] [Created] (MENFORCER-231) Reactor Module Convergence doesn't work when relativePath is set

Daniel Roig created MENFORCER-231:
-------------------------------------

             Summary: Reactor Module Convergence doesn't work when relativePath is set
                 Key: MENFORCER-231
                 URL: https://issues.apache.org/jira/browse/MENFORCER-231
             Project: Maven Enforcer Plugin
          Issue Type: Bug
          Components: Standard Rules
    Affects Versions: 1.4
            Reporter: Daniel Roig


When setting version to X in the root pom of a multi-module build and version Y in a child pom and the child pom specifies a correct {{<relativePath>}} tag in the parent section of the child pom, Maven will not fail the build. 

I tried invoking {{mvn validate}} from the root and it reported that the build succeeded. However, if I remove the {{<relativePath>}} from the parent section, the enforcer rule correctly report that the module build is incoherent.

Moreover, if I invoke {{mvn -pl :sub-module validate}} _with_ the {{<relativePath>}} reinserted, it will again correctly report an incoherent build.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)