More fiddly bits for ci.gbuild.org

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@368954 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Blevins 2006-01-14 02:00:32 +00:00
parent 4aea40b27c
commit 5fb475601e
2 changed files with 25 additions and 1 deletions

View File

@ -25,6 +25,18 @@
<name>ActiveCluster Project</name>
<url>http://maven.apache.org</url>
<ciManagement>
<system>continuum</system>
<url>http://ci.gbuild.org/continuum</url>
<notifiers>
<notifier>
<configuration>
<address>activemq-commits@geronimo.apache.org</address>
</configuration>
</notifier>
</notifiers>
</ciManagement>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/servicemix/trunk/activecluster</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/servicemix/trunk/activecluster</developerConnection>

View File

@ -7,6 +7,18 @@
<packaging>pom</packaging>
<name>ActiveIO Project</name>
<ciManagement>
<system>continuum</system>
<url>http://ci.gbuild.org/continuum</url>
<notifiers>
<notifier>
<configuration>
<address>activemq-commits@geronimo.apache.org</address>
</configuration>
</notifier>
</notifiers>
</ciManagement>
<mailingLists>
<mailingList>
<name>Development List</name>
@ -25,7 +37,7 @@
<repositories>
<repository>
<id>openejb</id>
<name>Open EJB OpenORB Repository</name>
<name>OpenEJB OpenORB Repository</name>
<url>http://www.openejb.org/maven</url>
<layout>legacy</layout>
</repository>