You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/03/01 19:56:35 UTC

svn commit: r1295738 - /maven/doxia/site/pom.xml

Author: hboutemy
Date: Thu Mar  1 18:56:34 2012
New Revision: 1295738

URL: http://svn.apache.org/viewvc?rev=1295738&view=rev
Log:
[INFRA-4466] added -Dsite.output support for CMS/buildbot integration

Modified:
    maven/doxia/site/pom.xml

Modified: maven/doxia/site/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=1295738&r1=1295737&r2=1295738&view=diff
==============================================================================
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Thu Mar  1 18:56:34 2012
@@ -182,6 +182,7 @@ under the License.
 
   <properties>
     <doxiaVersion>1.2</doxiaVersion>
+    <site.output>${basedir}/output</site.output>
   </properties>
 
   <build>
@@ -292,6 +293,7 @@ under the License.
 
   <reporting>
     <excludeDefaults>true</excludeDefaults>
+    <outputDirectory>${site.output}</outputDirectory>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>