dependency:manual-purge-local-repository

Full name:

org.apache.maven.plugins:maven-dependency-plugin:2.6:manual-purge-local-repository

Description:

Remove/purge artifacts from the local repository.

Attributes:

  • The goal is thread-safe and supports parallel builds.
  • Since version: 2.6.

Optional Parameters

Name Type Since Description
include String 2.6 Comma-separated list of groupId:artifactId entries, which should be used to manually include artifacts for deletion. This is a command-line alternative to the manualIncludes parameter, since List parameters are not currently compatible with CLI specification.
User property is: include.
includes List 2.6 The list of artifacts in the form of groupId:artifactId:version which should be deleted/purged from the local repository. To delete all versions for a specific artifact, leave the version empty (groupId:artifactId). To delete all artifacts for a specific groupId, just provide the groupId by itself.

Parameter Details

include:

Comma-separated list of groupId:artifactId entries, which should be used to manually include artifacts for deletion. This is a command-line alternative to the manualIncludes parameter, since List parameters are not currently compatible with CLI specification.
  • Type: java.lang.String
  • Since: 2.6
  • Required: No
  • User Property: include

includes:

The list of artifacts in the form of groupId:artifactId:version which should be deleted/purged from the local repository. To delete all versions for a specific artifact, leave the version empty (groupId:artifactId). To delete all artifacts for a specific groupId, just provide the groupId by itself.
  • Type: java.util.List
  • Since: 2.6
  • Required: No