Avoid building/packing legacy/deprecated modules.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1445631 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2013-02-13 14:44:56 +00:00
parent f406e86b8a
commit dc86b87236
5 changed files with 12 additions and 2 deletions

View File

@ -87,10 +87,12 @@
<groupId>${project.groupId}</groupId>
<artifactId>activemq-http</artifactId>
</dependency>
<!--
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>activemq-xmpp</artifactId>
</dependency>
-->
<!-- Additional Dependencies. -->
<dependency>

View File

@ -64,11 +64,13 @@
<artifactId>activemq-kahadb-store</artifactId>
<optional>true</optional>
</dependency>
<!--
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-amq-store</artifactId>
<optional>true</optional>
</dependency>
-->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>activeio-core</artifactId>

View File

@ -188,11 +188,13 @@
</dependency>
<!-- XMPP support -->
<!--
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>activemq-xmpp</artifactId>
<version>${project.version}</version>
</dependency>
-->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>activemq-console</artifactId>

View File

@ -95,10 +95,12 @@
<groupId>${project.groupId}</groupId>
<artifactId>activemq-stomp</artifactId>
</dependency>
<!--
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>activemq-amqp</artifactId>
</dependency>
-->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>activemq-log4j-appender</artifactId>
@ -128,10 +130,12 @@
<groupId>${project.groupId}</groupId>
<artifactId>activemq-jaas</artifactId>
</dependency>
<!--
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>activemq-xmpp</artifactId>
</dependency>
-->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>activemq-spring</artifactId>

View File

@ -227,7 +227,7 @@
<module>activemq-console</module>
<module>activemq-fileserver</module>
<module>activemq-jaas</module>
<module>activemq-blueprint</module>
<!-- <module>activemq-blueprint</module> -->
<module>activemq-karaf</module>
<module>activemq-karaf-itest</module>
<module>activemq-openwire-generator</module>
@ -241,7 +241,7 @@
<module>activemq-web</module>
<module>activemq-web-demo</module>
<module>activemq-web-console</module>
<module>activemq-xmpp</module>
<!-- <module>activemq-xmpp</module> -->
<module>activemq-itests-spring31</module>
<module>assembly</module>
<module>activemq-log4j-appender</module>