Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
fix site deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Aug 31, 2012
1 parent a3afbad commit f1c6c3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -34,6 +34,13 @@

<url>http://archiva.apache.org/redback/components/${project.artifactId}</url>

<distributionManagement>
<site>
<id>apache.website</id>
<url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
</site>
</distributionManagement>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-apacheds/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-apacheds/</developerConnection>
Expand Down

0 comments on commit f1c6c3a

Please sign in to comment.