Author: olamy
Date: Fri Jan 25 22:21:50 2013
New Revision: 1438742

URL: http://svn.apache.org/viewvc?rev=1438742&view=rev
Log:
configure svnpubsub

Modified:
    maven/ant-tasks/trunk/pom.xml

Modified: maven/ant-tasks/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/ant-tasks/trunk/pom.xml?rev=1438742&r1=1438741&r2=1438742&view=diff
==============================================================================
--- maven/ant-tasks/trunk/pom.xml (original)
+++ maven/ant-tasks/trunk/pom.xml Fri Jan 25 22:21:50 2013
@@ -324,6 +324,33 @@
         <plugins>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-site-plugin</artifactId>
+            <configuration>
+              <skipDeploy>true</skipDeploy><!-- don't deploy site with 
maven-site-plugin -->
+            </configuration>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-scm-publish-plugin</artifactId>
+            <version>1.0-beta-2</version>
+            <configuration>
+              <content>${project.reporting.outputDirectory}</content>
+              
<pubScmUrl>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/ant-tasks-archives/ant-tasks-current</pubScmUrl>
+              <checkoutDirectory>site-content</checkoutDirectory>
+              <tryUpdate>true</tryUpdate>
+            </configuration>
+            <executions>
+              <execution>
+                <id>scm-publish</id>
+                <phase>site-deploy</phase><!-- deploy site with 
maven-scm-publish-plugin -->
+                <goals>
+                  <goal>publish-scm</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
             <version>1.8</version>
             <configuration>


Reply via email to