Author: hboutemy
Date: Wed Dec  7 22:22:25 2011
New Revision: 1211677

URL: http://svn.apache.org/viewvc?rev=1211677&view=rev
Log:
[MSITE-621] fixed XML snipped that causes mvn clean to delete whole tree

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

Modified: maven/plugins/trunk/maven-site-plugin/src/site/apt/maven-3.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/apt/maven-3.apt.vm?rev=1211677&r1=1211676&r2=1211677&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/site/apt/maven-3.apt.vm (original)
+++ maven/plugins/trunk/maven-site-plugin/src/site/apt/maven-3.apt.vm Wed Dec  
7 22:22:25 2011
@@ -96,7 +96,7 @@ Using it with Maven 3
 +-----+
   <reporting>
     <excludeDefaults>true</excludeDefaults>
-    <outputDirectory></outputDirectory>
+    <outputDirectory>\${project.build.directory}/site</outputDirectory>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>


Reply via email to