Uploaded image for project: 'Maven Enforcer Plugin'
  1. Maven Enforcer Plugin
  2. MENFORCER-190

Rule to guarantee that the newest released version of an artifact will be used.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • 1.3.1
    • None
    • Standard Rules
    • None

    Description

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

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

      Attachments

        Issue Links

          Activity

            People

              khmarbaise Karl Heinz Marbaise
              khmarbaise Karl Heinz Marbaise
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: