You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Max Schaefer (JIRA)" <ji...@codehaus.org> on 2012/06/19 11:08:21 UTC

[jira] (MENFORCER-134) Require Upper Bound Dependencies and matching Snapshot Dependencies

Max Schaefer created MENFORCER-134:
--------------------------------------

             Summary: Require Upper Bound Dependencies and matching Snapshot Dependencies
                 Key: MENFORCER-134
                 URL: https://jira.codehaus.org/browse/MENFORCER-134
             Project: Maven 2.x Enforcer Plugin
          Issue Type: Improvement
          Components: Standard Rules
    Affects Versions: 1.1
         Environment: Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
Java version: 1.6.0_32
Java home: C:\Program Files\Java\jdk1.6.0_32\jre
Default locale: de_DE, platform encoding: Cp1252
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
            Reporter: Max Schaefer


When I use the rule requireUpperBoundDeps it complains even when my snapshot dependencies are not in sync e.g. 
Require upper bound dependencies error for test:test:85.40.44-20120619.010632-7 paths to dependency are:
+-test1:test1:4.49.0-SNAPSHOT
  +-test:test:85.40.44-SNAPSHOT

Could a parameter "uniqueVersions" be added like the DependencyConvergence rule has one that I could set to false e.g.
<uniqueVersions>false</uniqueVersions> 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira