Dependency exclude with a regexp can exclude the target artifact
----------------------------------------------------------------

                 Key: IVY-1275
                 URL: https://issues.apache.org/jira/browse/IVY-1275
             Project: Ivy
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.2.0
            Reporter: Andy Kriger


Setup a depedency like
<dependency org="org.springframework.security" name="spring-security-core" 
rev="3.0.2.RELEASE">
            <include name="spring-security-.*" matcher="regexp"/>
            <exclude name="spring-.*" matcher="regexp"/>
        </dependency>

You will exclude spring-security-core as well as the spring related 
dependencies of spring-security. Include/exclude should not affect the target 
dependency only the dependencies of the target dependency.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to