You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2012/07/16 20:55:58 UTC

svn commit: r1362191 - in /activemq/activemq-apollo/trunk: apollo-cli/pom.xml apollo-distro/pom.xml apollo-distro/src/main/descriptors/common-bin.xml

Author: chirino
Date: Mon Jul 16 18:55:57 2012
New Revision: 1362191

URL: http://svn.apache.org/viewvc?rev=1362191&view=rev
Log:
Add the apollo-network and apollo-amqp modules to the distro when the unstable profile is enabled.

Modified:
    activemq/activemq-apollo/trunk/apollo-cli/pom.xml
    activemq/activemq-apollo/trunk/apollo-distro/pom.xml
    activemq/activemq-apollo/trunk/apollo-distro/src/main/descriptors/common-bin.xml

Modified: activemq/activemq-apollo/trunk/apollo-cli/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-cli/pom.xml?rev=1362191&r1=1362190&r2=1362191&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-cli/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-cli/pom.xml Mon Jul 16 18:55:57 2012
@@ -264,4 +264,35 @@
     </plugins>
   </build>
 
+
+  <profiles>
+    <!-- to include the unstable modules -->
+    <profile>
+      <id>unstable</id>
+      <dependencies>
+
+        <dependency>
+          <groupId>org.apache.activemq</groupId>
+          <artifactId>apollo-amqp</artifactId>
+          <version>99-trunk-SNAPSHOT</version>
+          <scope>test</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.activemq</groupId>
+          <artifactId>apollo-network</artifactId>
+          <version>99-trunk-SNAPSHOT</version>
+          <scope>test</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.activemq</groupId>
+          <artifactId>activemq-jmdns_1.0</artifactId>
+          <version>5.7-SNAPSHOT</version>
+          <scope>test</scope>
+        </dependency>
+
+      </dependencies>
+    </profile>
+
+  </profiles>
+
 </project>

Modified: activemq/activemq-apollo/trunk/apollo-distro/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-distro/pom.xml?rev=1362191&r1=1362190&r2=1362191&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-distro/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-distro/pom.xml Mon Jul 16 18:55:57 2012
@@ -157,6 +157,24 @@
     <profile>
       <id>unstable</id>
       <dependencies>
+        
+        <dependency>
+          <groupId>org.apache.activemq</groupId>
+          <artifactId>apollo-amqp</artifactId>
+          <version>99-trunk-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.activemq</groupId>
+          <artifactId>apollo-network</artifactId>
+          <version>99-trunk-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.activemq</groupId>
+          <artifactId>activemq-jmdns_1.0</artifactId>
+          <version>5.7-SNAPSHOT</version>
+          <optional>true</optional>
+        </dependency>
+
       </dependencies>
     </profile>
   </profiles>

Modified: activemq/activemq-apollo/trunk/apollo-distro/src/main/descriptors/common-bin.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-distro/src/main/descriptors/common-bin.xml?rev=1362191&r1=1362190&r2=1362191&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-distro/src/main/descriptors/common-bin.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-distro/src/main/descriptors/common-bin.xml Mon Jul 16 18:55:57 2012
@@ -70,6 +70,13 @@
         <!-- Implements the cli shell -->
         <include>org.apache.karaf.shell:org.apache.karaf.shell.console</include>
         
+        <!-- for the unstable stuff -->
+        <include>org.apache.activemq:activemq-jmdns_1.0</include>
+        <include>org.apache.commons:commons-math</include>
+        <include>org.fusesource.stompjms:stompjms-client</include>
+
+        <include>org.fusesource.fuse-extra:fusesource-amqp</include>
+
       </includes>
       <excludes>
         <exclude>org.apache.activemq:apollo-web:pom</exclude>