Author: fguillaume
Date: Mon Sep 28 09:37:23 2009
New Revision: 819485
URL: http://svn.apache.org/viewvc?rev=819485&view=rev
Log:
Add dummy distributionManagement, for Hudson
Modified:
incubator/chemistry/branches/0.62/chemistry/pom.xml
Modified: incubator/chemistry/branches/0.62/chemistry/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/branches/0.62/chemistry/pom.xml?rev=819485&r1=819484&r2=819485&view=diff
==============================================================================
--- incubator/chemistry/branches/0.62/chemistry/pom.xml (original)
+++ incubator/chemistry/branches/0.62/chemistry/pom.xml Mon Sep 28 09:37:23 2009
@@ -42,4 +42,13 @@
<module>chemistry-tck-atompub</module>
</modules>
+ <distributionManagement>
+ <!-- dummy repository, needed by Hudson so that it can override it -->
+ <snapshotRepository>
+ <id>apache.incubator.snapshots</id>
+ <name>Apache Incubator Snapshots Repository</name>
+
<url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</url>
+ </snapshotRepository>
+ </distributionManagement>
+
</project>