Maven 2.x Dependency Plugin

Purge does not purge released artifacts

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 2.0
  • Fix Version/s: None
  • Component/s: purge-local-repository
  • Labels:
    None
  • Environment:
    Linux, JDK 1.5, Maven 2.0.10
  • Number of attachments :
    0

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.

Activity

Hide
Brian Fox added a comment -

Is there any configuration in your pom that could alter the behavior? I just tried it here and it did what I expected.

Show
Brian Fox added a comment - Is there any configuration in your pom that could alter the behavior? I just tried it here and it did what I expected.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated: