CDV ❯ Maven Plugin 1.0.4 downloads modules-common 2.5.0 - why?
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
Forge
-
-
hhuynh
-
Reporter: tgautier
-
February 13, 2008
-
0
-
Watchers: 0
-
March 27, 2008
-
March 18, 2008
Description
I am attaching a maven plugin that when executed, will end up downloading the modules-common module for 2.5.0 and 2.5.1. I would only expect 2.5.1.
To reproduce:
Copy the project, untar Clear your maven repository (~/.m2/repository/org/terracotta) Run maven bootjar : mvn tc:bootjar
Inspect the maven repo after bootjar creation, you will see modules common 2.5.0 and 2.5.1
Latest version of tc-maven-plugin does not exhibit this problem.