You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/03/24 22:17:59 UTC

svn commit: r640583 - /maven/site/trunk/src/site/apt/settings.apt

Author: bentmann
Date: Mon Mar 24 14:17:57 2008
New Revision: 640583

URL: http://svn.apache.org/viewvc?rev=640583&view=rev
Log:
[MNGSITE-32] Where is the distributionManagement element defined?

Modified:
    maven/site/trunk/src/site/apt/settings.apt

Modified: maven/site/trunk/src/site/apt/settings.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/settings.apt?rev=640583&r1=640582&r2=640583&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/settings.apt (original)
+++ maven/site/trunk/src/site/apt/settings.apt Mon Mar 24 14:17:57 2008
@@ -127,7 +127,7 @@
 
 * {Servers}
 
-  The <<<distributionManagement>>> element of the POM defines the repositories for deploment.
+  The repositories for deployment are defined by the {{{pom.html#Distribution_Management}<<<distributionManagement>>>}} element of the POM.
   However, certain settings such as <<<username>>> and <<<password>>> should not be distributed
   along with the <<<pom.xml>>>. This type of information should exist on the build server in the
   <<<settings.xml>>>.