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 23:20:10 UTC

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

Author: hboutemy
Date: Thu Mar  1 22:20:10 2012
New Revision: 1295943

URL: http://svn.apache.org/viewvc?rev=1295943&view=rev
Log:
set default site.output property to the default Maven reporting output directory

Modified:
    maven/doxia/site/pom.xml

Modified: maven/doxia/site/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=1295943&r1=1295942&r2=1295943&view=diff
==============================================================================
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Thu Mar  1 22:20:10 2012
@@ -182,7 +182,7 @@ under the License.
 
   <properties>
     <doxiaVersion>1.2</doxiaVersion>
-    <site.output>${basedir}/output</site.output>
+    <site.output>${project.build.directory}/site</site.output>
   </properties>
 
   <build>