test-jar
--------

                 Key: MDEP-56
                 URL: http://jira.codehaus.org/browse/MDEP-56
             Project: Maven 2.x Dependency Plugin
          Issue Type: Bug
    Affects Versions: 2.0-alpha-1
            Reporter: Yuri Schimke
         Assigned To: Brian Fox


For the following dependency

    <dependency>
      <groupId>XXX</groupId>
      <artifactId>model</artifactId>
      <version>1.2.1-SNAPSHOT</version>
      <type>test-jar</type>
    </dependency>

dependency:copy-dependencies creates the wrong JAR file when run with 
stripVersion = true

The created jar file is called model-tests.test-jar

It should be called model-tests.jar

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

        

Reply via email to