You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by an...@apache.org on 2016/12/14 12:33:26 UTC

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

Author: andham
Date: Wed Dec 14 12:33:25 2016
New Revision: 1774201

URL: http://svn.apache.org/viewvc?rev=1774201&view=rev
Log:
Removed duplicated (warning) text in example doc page

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=1774201&r1=1774200&r2=1774201&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 Wed Dec 14 12:33:25 2016
@@ -120,11 +120,6 @@ mvn dependency:purge-local-repository -D
   the build.  This goal is normally safe at the end of the build, or as
   part of the build clean process.
 
-  WARNING, using this goal during a build can cause build failures if 
-  dependencies are removed from the local repo, but are needed at a later point
-  in the build.  It is recommended that this goal only be used outside of a build
-  or during the clean process.
-
 +---+
 mvn dependency:purge-local-repository -DmanualInclude=org.apache:apache
 +---+