Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-alpha-1
-
None
-
None
Description
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