You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Samuel Langlois (JIRA)" <ji...@codehaus.org> on 2014/03/18 19:01:01 UTC

[jira] (MENFORCER-188) ReactorModuleConvergence does not print the message

Samuel Langlois created MENFORCER-188:
-----------------------------------------

             Summary: ReactorModuleConvergence does not print the message
                 Key: MENFORCER-188
                 URL: https://jira.codehaus.org/browse/MENFORCER-188
             Project: Maven Enforcer Plugin
          Issue Type: Bug
          Components: Standard Rules
    Affects Versions: 1.4
         Environment: Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14T17:37:52+00:00)
Maven home: c:\softs\apache-maven-3.2.1
Java version: 1.7.0_45, vendor: Oracle Corporation
Java home: c:\softs\jdk1.7.0_45\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
            Reporter: Samuel Langlois
            Priority: Minor


The message that you can set in the configuration of the ReactorModuleConvergence rule is never displayed.

The plugin is configured as such:
{code}
  <configuration>
    <rules>
      <reactorModuleConvergence>
        <message>This message is never displayed</message>
      </reactorModuleConvergence>
    </rules>
  </configuration>
{code}

and the output in case the enforcer rule fails is:
{code}
[INFO] --- maven-enforcer-plugin:2.0-SNAPSHOT:enforce (enforcer) @ alfresco-parent ---
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.ReactorModuleConvergence failed with message:
The reactor contains different versions.
 --> org.alfresco:alfresco-data-model:jar:4.3.0-SNAPSHOT
{code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)