svn commit: r1000403 - in /websites/production/maven-doxia/content: doxia-sitetools-archives/doxia-sitetools-1.7.3/ doxia-sitetools/

2016-11-02 Thread hboutemy
Author: hboutemy
Date: Wed Nov  2 23:45:53 2016
New Revision: 1000403

Log:
Publish doxia-sitetools 1.7.3 documentation

Added:
websites/production/maven-doxia/content/doxia-sitetools/
  - copied from r1000402, 
websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/

websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-1.7.3/
  - copied from r1000402, 
websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST/



svn commit: r16812 - /release/maven/doxia/

2016-11-02 Thread hboutemy
Author: hboutemy
Date: Wed Nov  2 23:45:00 2016
New Revision: 16812

Log:
doxia-sitetools 1.7.3 released

Added:
release/maven/doxia/doxia-sitetools-1.7.3-source-release.zip   (with props)
release/maven/doxia/doxia-sitetools-1.7.3-source-release.zip.asc
release/maven/doxia/doxia-sitetools-1.7.3-source-release.zip.md5
Removed:
release/maven/doxia/doxia-sitetools-1.7.2-source-release.zip
release/maven/doxia/doxia-sitetools-1.7.2-source-release.zip.asc
release/maven/doxia/doxia-sitetools-1.7.2-source-release.zip.md5

Added: release/maven/doxia/doxia-sitetools-1.7.3-source-release.zip
==
Binary file - no diff available.

Propchange: release/maven/doxia/doxia-sitetools-1.7.3-source-release.zip
--
svn:mime-type = application/octet-stream

Added: release/maven/doxia/doxia-sitetools-1.7.3-source-release.zip.asc
==
--- release/maven/doxia/doxia-sitetools-1.7.3-source-release.zip.asc (added)
+++ release/maven/doxia/doxia-sitetools-1.7.3-source-release.zip.asc Wed Nov  2 
23:45:00 2016
@@ -0,0 +1,7 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v1
+
+iEYEABECAAYFAlgWHsEACgkQySxf7HAWHGI86wCfUXGw5cRGL8NNAuniD5e0AyJ2
+ocwAn3kOakJxwhbk27dN1ibqOrUB2h7V
+=tbxT
+-END PGP SIGNATURE-

Added: release/maven/doxia/doxia-sitetools-1.7.3-source-release.zip.md5
==
--- release/maven/doxia/doxia-sitetools-1.7.3-source-release.zip.md5 (added)
+++ release/maven/doxia/doxia-sitetools-1.7.3-source-release.zip.md5 Wed Nov  2 
23:45:00 2016
@@ -0,0 +1 @@
+614e6b9391807823fadedc72a8aa5c74
\ No newline at end of file




svn commit: r1767762 - /maven/plugins/trunk/maven-dependency-plugin/src/site/apt/examples/purging-local-repository.apt.vm

2016-11-02 Thread gboue
Author: gboue
Date: Wed Nov  2 18:53:47 2016
New Revision: 1767762

URL: http://svn.apache.org/viewvc?rev=1767762=rev
Log:
[MDEP-386] Split purge-local-repository into manual and transitive

Keeping the documentation in sync: the manual-purge-local-repository goal was 
reintegrated into the purge-local-repository goal, but the doc still mentioned 
it.

Modified:

maven/plugins/trunk/maven-dependency-plugin/src/site/apt/examples/purging-local-repository.apt.vm

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=1767762=1767761=1767762=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
 Wed Nov  2 18:53:47 2016
@@ -108,12 +108,12 @@ 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-mojo.html}manual-purge-local-repository}} 
+  can also be purged by using the 
+  {{{../purge-local-repository-mojo.html}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.
+  example to refresh the parent pom, an imported pom, or a Maven plugin.
   
   Warning, using this goal during the normal build process can be risky
   if dependencies are removed from the local repo, but are needed later in
@@ -126,7 +126,7 @@ mvn dependency:purge-local-repository -D
   or during the clean process.
 
 +---+
-mvn dependency:manual-purge-local-repository -Dinclude=org.apache:apache
+mvn dependency:purge-local-repository -DmanualInclude=org.apache:apache
 +---+