Author: pgier
Date: Mon Oct 22 16:23:07 2012
New Revision: 1400938
URL: http://svn.apache.org/viewvc?rev=1400938&view=rev
Log:
[MDEP-386] Minor site doc updates
Modified:
maven/plugins/trunk/maven-dependency-plugin/src/site/apt/examples/purging-local-repository.apt.vm
maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt
Modified:
maven/plugins/trunk/maven-dependency-plugin/src/site/apt/examples/purging-local-repository.apt.vm
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/site/apt/examples/purging-local-repository.apt.vm?rev=1400938&r1=1400937&r2=1400938&view=diff
==============================================================================
---
maven/plugins/trunk/maven-dependency-plugin/src/site/apt/examples/purging-local-repository.apt.vm
(original)
+++
maven/plugins/trunk/maven-dependency-plugin/src/site/apt/examples/purging-local-repository.apt.vm
Mon Oct 22 16:23:07 2012
@@ -108,8 +108,9 @@ mvn dependency:purge-local-repository -D
* Manual purge
Specific dependencies which are not part of the current project dependency
tree
- can be purged by using the "manual-purge-local-repository" goal and
- setting the "manualIncludes" or "manualInclude" parameters. Any manually
+ can be purged by using the
+
{{{../manual-purge-local-repository-mojo.html}manual-purge-local-repository}}
+ goal and setting the "manualIncludes" or "manualInclude" parameters. Any
manually
included purge artifacts will be removed from the local repository and will
not be re-resolved until they are needed. This can be useful for
example to refresh the parent pom, an imported pom, or a maven plugin.
Modified: maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt?rev=1400938&r1=1400937&r2=1400938&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt
(original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt Mon Oct
22 16:23:07 2012
@@ -68,6 +68,9 @@ Maven Dependency Plugin
*{{{./list-mojo.html}dependency:list}} alias for resolve that lists the
dependencies for this project.
+
*{{{./manual-purge-local-repository-mojo.html}dependency:manual-purge-local-repository}}
tells Maven to clear
+ specific dependencies/directories from the local repository.
+
*{{{./properties-mojo.html}dependency:properties}} set a property for each
project dependency containing the
to the artifact on the file system.
@@ -124,6 +127,8 @@ Maven Dependency Plugin
* {{{./examples/unpacking-project-dependencies.html}Unpacking the Project
Dependencies}}
+ * {{{./examples/purging-local-repository.html}Purging the local repository}}
+
[]
* Resources