Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 2.0
-
Fix Version/s: 2.6
-
Component/s: purge-local-repository
-
Labels:None
-
Environment:Linux, JDK 1.5, Maven 2.0.10
-
Number of attachments :
Description
I am running into a problem when running mvn dependency:purge-local-repository in that it does not remove any local artifacts for a large multi-module project.
I run it from the parent directory and it reports the following for all my sub modules
[INFO] Nothing to do for project: .......
I expect the goal to examine all my dependencies, including transitive dependencies, and remove them from the local repository.