You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/02/12 22:10:03 UTC

svn commit: r1445365 - /incubator/marmotta/site/trunk/pom.xml

Author: wikier
Date: Tue Feb 12 21:10:03 2013
New Revision: 1445365

URL: http://svn.apache.org/r1445365
Log:
allowing custom outputDirectory (INFRA-5624)

Modified:
    incubator/marmotta/site/trunk/pom.xml

Modified: incubator/marmotta/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/marmotta/site/trunk/pom.xml?rev=1445365&r1=1445364&r2=1445365&view=diff
==============================================================================
--- incubator/marmotta/site/trunk/pom.xml (original)
+++ incubator/marmotta/site/trunk/pom.xml Tue Feb 12 21:10:03 2013
@@ -49,7 +49,7 @@
     <url>http://marmotta.incubator.apache.org</url>
 
     <properties>
-        <site.output>${project.build.directory}/site</site.output>
+        <siteOutputDirectory>${project.build.directory}/site</siteOutputDirectory>
     </properties>
 
     <build>
@@ -65,6 +65,7 @@
                     <artifactId>maven-site-plugin</artifactId>
                     <configuration>
                         <siteDirectory>${basedir}/content</siteDirectory>
+                        <outputDirectory>${siteOutputDirectory}</outputDirectory>
                     </configuration>
                 </plugin>
                 <plugin>