inherit values from parent for distributionManagement setup

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1343424 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-05-28 23:10:08 +00:00
parent ae1f51fba5
commit da70abb2c1
1 changed files with 0 additions and 13 deletions

13
pom.xml
View File

@ -141,16 +141,6 @@
</scm> </scm>
<distributionManagement> <distributionManagement>
<repository>
<id>archiva-repository</id>
<name>Archiva VM Repository</name>
<url>${distUrlReleaseRepo}</url>
</repository>
<snapshotRepository>
<id>${snapshotsDeployId}</id>
<name>Archiva VM Snapshots</name>
<url>${snapshotsDeployUrl}</url>
</snapshotRepository>
<site> <site>
<id>apache.website</id> <id>apache.website</id>
<url>${siteBaseDeployment}/redback/core</url> <url>${siteBaseDeployment}/redback/core</url>
@ -170,9 +160,6 @@
<redbackTestJdbcUrl>jdbc:derby:memory:users-test;create=true</redbackTestJdbcUrl> <redbackTestJdbcUrl>jdbc:derby:memory:users-test;create=true</redbackTestJdbcUrl>
<redbackTestJdbcDriver>org.apache.derby.jdbc.EmbeddedDriver</redbackTestJdbcDriver> <redbackTestJdbcDriver>org.apache.derby.jdbc.EmbeddedDriver</redbackTestJdbcDriver>
<distUrlReleaseRepo>https://archiva-repository.apache.org/archiva/repository/archiva-releases-stage/</distUrlReleaseRepo>
<snapshotsDeployUrl>https://archiva-repository.apache.org/archiva/repository/snapshots/</snapshotsDeployUrl>
<snapshotsDeployId>https://archiva-repository.apache.org/archiva/repository/snapshots/</snapshotsDeployId>
</properties> </properties>
<repositories> <repositories>