This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-downloader.git
commit 4a0c56e9ab514e5ee2ccb72fd5f3a7d407f852c8 Author: Herve Boutemy <[email protected]> AuthorDate: Tue Nov 12 21:33:35 2013 +0000 configured site deploy to /shared-archives/<artifactId>-LATEST git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1541249 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 4f2216e..677610e 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,16 @@ under the License. <system>jira</system> <url>http://jira.codehaus.org/browse/MSHARED/component/13270</url> </issueManagement> + <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>shared-archives/${project.artifactId}-LATEST</maven.site.path> + </properties> <dependencies> <dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
