Dependencies with unspecified version do not match x.x.x.RELEASE
----------------------------------------------------------------

                 Key: MRPM-77
                 URL: http://jira.codehaus.org/browse/MRPM-77
             Project: Mojo RPM Plugin
          Issue Type: Bug
          Components: rpm
    Affects Versions: 2.0.1
            Reporter: Robert Munteanu
            Assignee: Brett Okken


When trying to exclude the Spring dependencies from being mapped inside an RPM, 
the 

{code}
<exclude>org.springframework:*</exclude>
{code}

the result is unexpected:

{code}
[DEBUG] Dependency is org.springframework:spring-aop:jar:3.0.2.RELEASE:compile 
at 
/home/robert/.m2/repository/org/springframework/spring-aop/3.0.2.RELEASE/spring-aop-3.0.2.RELEASE.
jar
[DEBUG] Compare org.springframework:spring-aop:jar:3.0.2.RELEASE:compile to 
org.springframework:*::[0,]
[DEBUG] ... Group matches
[DEBUG] ... Artifact matches
[DEBUG] --> not excluded
[DEBUG] --> included
{code}

I would expect the Spring version to be excluded, even though its version is 
non-standard.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to