prepare svnpubsub

This commit is contained in:
Hervé Boutemy 2013-05-19 17:55:08 +02:00
parent 59dcfc80cd
commit 6e6c4870e4
1 changed files with 20 additions and 1 deletions

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>23</version>
<version>22</version>
<relativePath>../pom/maven/pom.xml</relativePath>
</parent>
@ -46,6 +46,17 @@ under the License.
<system>Jenkins</system>
<url>https://builds.apache.org/view/M-R/view/Maven/job/core-integration-testing-maven-3/</url>
</ciManagement>
<distributionManagement>
<site>
<id>apache.website</id>
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</url>
</site>
</distributionManagement>
<properties>
<maven.site.path>core-its</maven.site.path>
<maven.site.cache>${user.home}/maven-sites</maven.site.cache>
</properties>
<modules>
<module>core-it-support</module>
@ -70,6 +81,14 @@ under the License.
<artifactId>maven-surefire-plugin</artifactId>
<version>2.13</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-publish-plugin</artifactId>
<configuration>
<checkoutDirectory>${maven.site.cache}/${maven.site.path}</checkoutDirectory>
<tryUpdate>true</tryUpdate>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>