Skip to content

Commit

Permalink
configured site deploy to /shared-archives/<artifactId>-LATEST
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1541249 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
hboutemy committed Nov 12, 2013
1 parent a4c7544 commit 4608568
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,24 @@
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-resources/</developerConnection>
<url>http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-resources/</url>
</scm>

<issueManagement>
<system>jira</system>
<url>http://jira.codehaus.org/browse/MSHARED/component/14715</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>

<ciManagement>
<system>Jenkins</system>
<url>https://builds.apache.org/hudson/job/maven-shared/</url>
</ciManagement>

<properties>
<maven.site.path>shared-archives/${project.artifactId}-LATEST</maven.site.path>
</properties>

</project>

0 comments on commit 4608568

Please sign in to comment.