1
0

Add a ci profile that has the snapshot repositories configured.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@583260 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dennis Lundberg
2007-10-09 18:48:00 +00:00
parent 9f1d9ebdfb
commit 0cdfd09fa8

16
pom.xml
View File

@@ -394,6 +394,22 @@
</build> </build>
<profiles> <profiles>
<!-- This profile can be removed when we update to commons-parent-5 -->
<profile>
<id>ci</id>
<distributionManagement>
<repository>
<id>apache.snapshots</id>
<name>Apache Development Snapshot Repository</name>
<url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
</repository>
<snapshotRepository>
<id>apache.snapshots</id>
<name>Apache Development Snapshot Repository</name>
<url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
</snapshotRepository>
</distributionManagement>
</profile>
<profile> <profile>
<id>release</id> <id>release</id>
<build> <build>