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:21:55 UTC

svn commit: r1295945 - /maven/site/branches/INFRA-4466/trunk/pom.xml

Author: hboutemy
Date: Thu Mar  1 22:21:54 2012
New Revision: 1295945

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

Modified:
    maven/site/branches/INFRA-4466/trunk/pom.xml

Modified: maven/site/branches/INFRA-4466/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/site/branches/INFRA-4466/trunk/pom.xml?rev=1295945&r1=1295944&r2=1295945&view=diff
==============================================================================
--- maven/site/branches/INFRA-4466/trunk/pom.xml (original)
+++ maven/site/branches/INFRA-4466/trunk/pom.xml Thu Mar  1 22:21:54 2012
@@ -140,7 +140,7 @@
     <versions2x>2.2.1,2.2.0,2.1.0,2.0.11,2.0.10,2.0.9,2.0.8,2.0.7,2.0.6,2.0.5,2.0.4,2.0.3,2.0.2,2.0.1,2.0</versions2x>
     <versions3x>3.0.4,3.0.3,3.0.2,3.0.1,3.0,3.0-beta-3,3.0-beta-2,3.0-beta-1,3.0-alpha-7,3.0-alpha-6,3.0-alpha-5,3.0-alpha-4,3.0-alpha-3</versions3x>
     <site.deploy.url>scp://people.apache.org/www/maven.apache.org/</site.deploy.url>
-    <site.output>${basedir}/output</site.output>
+    <site.output>${project.build.directory}/site</site.output>
   </properties>
 
   <repositories>