You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/09/25 22:50:29 UTC

svn commit: r1390124 - /maven/site/trunk/src/site/apt/pom.apt

Author: olamy
Date: Tue Sep 25 20:50:28 2012
New Revision: 1390124

URL: http://svn.apache.org/viewvc?rev=1390124&view=rev
Log:
[MNGSITE-163] Let people know default value of plugin "inherited" value.
Submitted by Glen Mazza.


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

Modified: maven/site/trunk/src/site/apt/pom.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/pom.apt?rev=1390124&r1=1390123&r2=1390124&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/pom.apt (original)
+++ maven/site/trunk/src/site/apt/pom.apt Tue Sep 25 20:50:28 2012
@@ -780,7 +780,7 @@ mvn install:install-file -Dfile=non-mave
   Extensions are covered later in this document.
 
   * <<inherited>>:
-  <<<true>>> or <<<false>>>, whether or not this plugin configuration should apply to POMs which inherit from this one.
+  <<<true>>> or <<<false>>>, whether or not this plugin configuration should apply to POMs which inherit from this one.  Default value is <<<true>>>.
 
   * <<configuration>>:
   This is specific to the individual plugin. Without going too in depth into the mechanics of how plugins work,