You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2013/02/22 22:56:21 UTC

svn commit: r1449235 - /db/torque/torque4/trunk/torque-site/pom.xml

Author: tfischer
Date: Fri Feb 22 21:56:21 2013
New Revision: 1449235

URL: http://svn.apache.org/r1449235
Log:
fix site build configuration

Modified:
    db/torque/torque4/trunk/torque-site/pom.xml

Modified: db/torque/torque4/trunk/torque-site/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/pom.xml?rev=1449235&r1=1449234&r2=1449235&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/pom.xml (original)
+++ db/torque/torque4/trunk/torque-site/pom.xml Fri Feb 22 21:56:21 2013
@@ -47,7 +47,7 @@
     <site>
       <id>apache.website</id>
       <name>Apache DB Torque Site</name>
-       <url>scm:svn:https://svn.apache.org/repos/asf/db/torque/site-scmpublish/torque-4.0</url>
+       <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/db/content/torque</url>
     </site>
   </distributionManagement>
 
@@ -84,6 +84,17 @@
   </reporting>
   
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <configuration>
+            <skipDeploy>true</skipDeploy>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -159,12 +170,21 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-scm-publish-plugin</artifactId>
-        <version>1.0-beta-1</version>
-        <extensions>true</extensions>
-        <configuration>
-          <checkoutDirectory>${project.build.directory}/site</checkoutDirectory>
-          <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/db/torque/site-scmpublish/torque-4.0</pubScmUrl>
-        </configuration>
+        <version>1.0-beta-2</version>
+        <executions>
+          <execution>
+            <id>scm-publish</id>
+            <phase>site-deploy</phase>
+            <goals>
+              <goal>publish-scm</goal>
+            </goals>
+            <configuration>
+              <checkoutDirectory>${scmPubCheckoutDirectory}</checkoutDirectory>
+              <tryUpdate>true</tryUpdate>
+              <content>${project.build.directory}/site</content>
+            </configuration>
+          </execution>
+        </executions>
       </plugin>
     </plugins>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org