mirror of https://github.com/apache/activemq.git
Fixed up the poms to include the maven plugins
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@448832 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
635bc2b11a
commit
2e7aa919e8
|
@ -33,8 +33,6 @@
|
|||
<module>maven-activemq-memtest-plugin</module>
|
||||
<module>maven-activemq-perf-plugin</module>
|
||||
<module>maven-activemq-plugin</module>
|
||||
<module>maven-bundle-plugin</module>
|
||||
<module>maven-gram-plugin</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -42,13 +42,14 @@
|
|||
|
||||
<ciManagement>
|
||||
<system>continuum</system>
|
||||
<url>http://ci.gbuild.org/continuum</url>
|
||||
<url>http://goopen.org:8080/continuum</url>
|
||||
<notifiers>
|
||||
<notifier>
|
||||
<configuration>
|
||||
<address>activemq-commits@geronimo.apache.org</address>
|
||||
<address>scm@lingo.codehaus.org</address>
|
||||
</configuration>
|
||||
</notifier>
|
||||
|
||||
<notifier>
|
||||
<type>irc</type>
|
||||
<configuration>
|
||||
|
@ -58,8 +59,6 @@
|
|||
</configuration>
|
||||
</notifier>
|
||||
</notifiers>
|
||||
|
||||
|
||||
</ciManagement>
|
||||
|
||||
<mailingLists>
|
||||
|
@ -132,6 +131,7 @@
|
|||
<module>activemq-web-demo</module>
|
||||
<module>activemq-web-console</module>
|
||||
<module>activemq-optional</module>
|
||||
<module>activemq-tooling</module>
|
||||
<module>activemq-openwire-generator</module>
|
||||
<module>assembly</module>
|
||||
</modules>
|
||||
|
|
Loading…
Reference in New Issue