Full name:
org.apache.maven.plugins:maven-dependency-plugin:2.3:purge-local-repository
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
actTransitively | boolean | 2.0 | Whether this mojo should act on all transitive dependencies.
Default value is true. Default value is: true. |
exclude | String | 2.0 | Comma-separated list of groupId:artifactId entries, which should be
used to exclude artifacts from deletion/refresh. This is a
command-line alternative to the excludes parameter,
since List parameters are not currently compatible with CLI
specification. |
excludes | List | 2.0 | The list of dependencies in the form of groupId:artifactId which
should NOT be deleted/refreshed. This is useful for third-party
artifacts. |
reResolve | boolean | 2.0 | Whether to re-resolve the artifacts once they have been deleted
from the local repository. If you are running this mojo from the
command-line, you may want to disable this. By default, artifacts
will be re-resolved. Default value is: true. |
resolutionFuzziness | String | 2.0 | Determines how liberally the plugin will delete an artifact from
the local repository. Values are:
Default value is: file. |
verbose | boolean | 2.0 | Whether this plugin should output verbose messages. Default is
false. Default value is: false. |