You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by dk...@apache.org on 2014/08/19 18:16:43 UTC

git commit: Remove some unneeded repos, move one to just the module that needs it, add a defaultGoal

Repository: activemq
Updated Branches:
  refs/heads/trunk 858ab4020 -> d510b8b33


Remove some unneeded repos, move one to just the module that needs it, add a defaultGoal


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/d510b8b3
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/d510b8b3
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/d510b8b3

Branch: refs/heads/trunk
Commit: d510b8b334bbf2b668cf97cd0e6be5690704fa44
Parents: 858ab40
Author: Daniel Kulp <dk...@apache.org>
Authored: Tue Aug 19 12:15:46 2014 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Tue Aug 19 12:15:46 2014 -0400

----------------------------------------------------------------------
 activemq-mqtt/pom.xml | 10 ++++++++++
 pom.xml               | 29 +----------------------------
 2 files changed, 11 insertions(+), 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/d510b8b3/activemq-mqtt/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml
index f5e4f84..c94d324 100755
--- a/activemq-mqtt/pom.xml
+++ b/activemq-mqtt/pom.xml
@@ -278,5 +278,15 @@
           </build>
       </profile>
   </profiles>
+  
+  <repositories>
+      <!-- for the paho dependency -->
+      <repository>
+          <id>eclipse.m2</id>
+          <url>https://repo.eclipse.org/content/groups/releases/</url>
+          <releases><enabled>true</enabled></releases>
+          <snapshots><enabled>false</enabled></snapshots>
+      </repository>
+  </repositories>
 
 </project>

http://git-wip-us.apache.org/repos/asf/activemq/blob/d510b8b3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3b6404e..e685aee 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1093,6 +1093,7 @@
   </dependencyManagement>
 
   <build>
+    <defaultGoal>test</defaultGoal>
     <pluginManagement>
       <plugins>
         <plugin>
@@ -1513,14 +1514,6 @@
           </plugin>
         </plugins>
       </build>
-      <pluginRepositories>
-        <pluginRepository>
-          <id>com.fusesource.m2</id>
-          <url>http://repo.fusesource.com/nexus/content/groups/public/</url>
-          <releases><enabled>true</enabled></releases>
-          <snapshots><enabled>false</enabled></snapshots>
-        </pluginRepository>
-      </pluginRepositories>
     </profile>
 
     <profile>
@@ -1608,24 +1601,4 @@
       </build>
     </profile>
   </profiles>
-
-  <repositories>
-    <!-- for the paho dependency -->
-    <repository>
-      <id>eclipse.m2</id>
-      <url>https://repo.eclipse.org/content/groups/releases/</url>
-      <releases><enabled>true</enabled></releases>
-      <snapshots><enabled>false</enabled></snapshots>
-    </repository>
-
-    <!-- for the patched proton build: http://is.gd/WjuHvH -->
-    <repository>
-      <id>jboss.org-fs-releases</id>
-      <url>https://repository.jboss.org/nexus/content/repositories/fs-releases/</url>
-      <releases><enabled>true</enabled></releases>
-      <snapshots><enabled>false</enabled></snapshots>
-    </repository>
-
-  </repositories>
-
 </project>