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

2018-01-06 Thread Karl Heinz Marbaise (JIRA)

 [ 
https://issues.apache.org/jira/browse/MENFORCER-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl Heinz Marbaise updated MENFORCER-231:
--
Fix Version/s: (was: 3.0.1)

> 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
> Attachments: menforcer-231.zip
>
>
> 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 {{}} 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 {{}} from the parent 
> section, the enforcer rule correctly reports that the module build is 
> incoherent.
> Moreover, if I invoke {{mvn -pl :sub-module validate}} _with_ the 
> {{}} reinserted, it will again correctly report an incoherent 
> build.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


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

2017-06-22 Thread Stephen Connolly (JIRA)

 [ 
https://issues.apache.org/jira/browse/MENFORCER-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stephen Connolly updated MENFORCER-231:
---
Fix Version/s: (was: 3.0.0)
   3.0.1

> 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
> Fix For: 3.0.1
>
> Attachments: menforcer-231.zip
>
>
> 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 {{}} 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 {{}} from the parent 
> section, the enforcer rule correctly reports that the module build is 
> incoherent.
> Moreover, if I invoke {{mvn -pl :sub-module validate}} _with_ the 
> {{}} reinserted, it will again correctly report an incoherent 
> build.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


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

2015-06-07 Thread Karl Heinz Marbaise (JIRA)

 [ 
https://issues.apache.org/jira/browse/MENFORCER-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karl Heinz Marbaise updated MENFORCER-231:
--
Fix Version/s: 3.0

 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
 Fix For: 3.0

 Attachments: menforcer-231.zip


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


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

2015-05-18 Thread Daniel Roig (JIRA)

 [ 
https://issues.apache.org/jira/browse/MENFORCER-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Roig updated MENFORCER-231:
--
Attachment: menforcer-231.zip

Unzip and run {{mvn validate}}

(x) The build succeeds even though child-1 points to an existing parent pom, 
but with the wrong version.

(/) Next, run {{mvn -pl :child-1 validate}} and the build will fail.



 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
 Attachments: menforcer-231.zip


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


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

2015-05-18 Thread Daniel Roig (JIRA)

 [ 
https://issues.apache.org/jira/browse/MENFORCER-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Roig updated MENFORCER-231:
--
Description: 
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 reports 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.

  was:
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.


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