-
Bug
-
Resolution: Won't Fix
-
Low
-
None
-
None
-
None
-
4
This issue was originally reported in http://forums.atlassian.com/thread.jspa?threadID=27490&tstart=0.
The following result is seen when performing "mvn clean install clover2:instrument clover2:clover":
[INFO] Installing <Target_Path>\my-artifact-1.0.0-SNAPSHOT-tests.jar to <Repository_Path>\my-artifact\1.0.0-SNAPSHOT\my-artifact-1.0.0-SNAPSHOT-tests.jar [INFO] Installing <Target_Path>\clover\my-artifact-1.0.0-SNAPSHOT-clover-tests.jar to <Repository_Path>\my-artifact\1.0.0-SNAPSHOT\my-artifact-1.0.0-SNAPSHOT-tests.jar
The Clover test jar overwrites the non-Clover test jar that is copied to the repository earlier.
Update: the repository pollution protection feature introduced in Clover-for-Maven 4.0.4 can partially protect against multiple classifiers (
CLOV-1632).