You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2011/03/04 15:17:54 UTC

svn commit: r1077958 - /maven/plugins/branches/maven-site-plugin-3.x/src/site/apt/maven-3.apt.vm

Author: ltheussl
Date: Fri Mar  4 14:17:54 2011
New Revision: 1077958

URL: http://svn.apache.org/viewvc?rev=1077958&view=rev
Log:
[MSITE-528] improve docs about m3 profile
Submitted by: Robert Scholte

Modified:
    maven/plugins/branches/maven-site-plugin-3.x/src/site/apt/maven-3.apt.vm

Modified: maven/plugins/branches/maven-site-plugin-3.x/src/site/apt/maven-3.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/src/site/apt/maven-3.apt.vm?rev=1077958&r1=1077957&r2=1077958&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/src/site/apt/maven-3.apt.vm (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/src/site/apt/maven-3.apt.vm Fri Mar  4 14:17:54 2011
@@ -232,5 +232,6 @@ Using maven-site-plugin 2.x with Maven 2
   </profiles>   
 +-----+   
    
-   
+   <<NOTE>> Be aware that you should also use <<<pluginManagement>>> for the maven-site-plugin-2.x to specify the version. 
+   If you define the plugin-version directly inside the <<<plugins>>>-section of the <<<build>>>-tag then that version is always used, no matter the Maven version.  
    
\ No newline at end of file