You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@codehaus.org> on 2014/03/21 12:15:00 UTC

[jira] (MENFORCER-190) Rule to guarantee that the newest released version of an artifact will be used.

Karl Heinz Marbaise created MENFORCER-190:
---------------------------------------------

             Summary: Rule to guarantee that the newest released version of an artifact will be used.
                 Key: MENFORCER-190
                 URL: https://jira.codehaus.org/browse/MENFORCER-190
             Project: Maven Enforcer Plugin
          Issue Type: Improvement
          Components: Standard Rules
    Affects Versions: 1.3.1
            Reporter: Karl Heinz Marbaise
            Priority: Minor


It would be nice having a rule which guarantees having always the newest release of the project dependencies.
It would also handy having a configuration option to limit this to a particluar groupId/artifactId (may be wildcards)...

{code}
<requireNewestReleasedVersion>
  <transitive>true</transitive>
  <includes>
    <include>groupid:artifactId:*:bin:*</include>
 </includes>
</requireNewestReleasedVersion>
{code}




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