[infinispan-commits] Infinispan SVN: r1716 - in trunk: cachestore/cloud and 3 other directories.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Thu Apr 22 10:59:34 EDT 2010


Author: manik.surtani at jboss.com
Date: 2010-04-22 10:59:33 -0400 (Thu, 22 Apr 2010)
New Revision: 1716

Modified:
   trunk/cachestore/bdbje/pom.xml
   trunk/cachestore/cloud/pom.xml
   trunk/parent/pom.xml
   trunk/server/memcached/pom.xml
   trunk/tools/pom.xml
Log:
Added repositories for 3rd party artifacts

Modified: trunk/cachestore/bdbje/pom.xml
===================================================================
--- trunk/cachestore/bdbje/pom.xml	2010-04-22 12:45:11 UTC (rev 1715)
+++ trunk/cachestore/bdbje/pom.xml	2010-04-22 14:59:33 UTC (rev 1716)
@@ -20,4 +20,11 @@
          <version>4.0.92</version>
       </dependency>
    </dependencies>
+
+   <repositories>
+      <repository>
+         <id>berkeleydb-je.repository</id>
+         <url>http://download.oracle.com/maven/</url>
+      </repository>
+   </repositories>
 </project>

Modified: trunk/cachestore/cloud/pom.xml
===================================================================
--- trunk/cachestore/cloud/pom.xml	2010-04-22 12:45:11 UTC (rev 1715)
+++ trunk/cachestore/cloud/pom.xml	2010-04-22 14:59:33 UTC (rev 1716)
@@ -102,6 +102,22 @@
       </plugins>
    </build>
 
+   <repositories>
+      <repository>
+         <id>jclouds</id>
+         <url>http://jclouds.googlecode.com/svn/repo</url>
+         <snapshots>
+            <enabled>false</enabled>
+         </snapshots>
+      </repository>
+      <repository>
+         <id>jclouds-snapshots</id>
+         <url>http://jclouds.rimuhosting.com/maven2/snapshots</url>
+         <snapshots>
+            <enabled>true</enabled>
+         </snapshots>
+      </repository>
+   </repositories>
    <profiles>
       <profile>
          <id>integration</id>

Modified: trunk/parent/pom.xml
===================================================================
--- trunk/parent/pom.xml	2010-04-22 12:45:11 UTC (rev 1715)
+++ trunk/parent/pom.xml	2010-04-22 14:59:33 UTC (rev 1716)
@@ -47,7 +47,7 @@
    <developers>
       <developer>
          <id>placeholder</id>
-         <name>See http://www.infinispan.org for a complete list of contributors</name>            
+         <name>See http://www.infinispan.org for a complete list of contributors</name>
       </developer>
    </developers>
    <mailingLists>
@@ -71,8 +71,10 @@
       <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
       <defaultTestGroup>functional,unit</defaultTestGroup>
       <testNGListener>org.infinispan.test.fwk.UnitTestTestNGListener</testNGListener>
-      <jboss.releases.repo.url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</jboss.releases.repo.url>
-      <jboss.snapshots.repo.url>https://repository.jboss.org/nexus/content/repositories/snapshots/</jboss.snapshots.repo.url>
+      <jboss.releases.repo.url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/
+      </jboss.releases.repo.url>
+      <jboss.snapshots.repo.url>https://repository.jboss.org/nexus/content/repositories/snapshots/
+      </jboss.snapshots.repo.url>
    </properties>
 
    <dependencies>
@@ -334,6 +336,26 @@
       </snapshotRepository>
    </distributionManagement>
 
+   <repositories>
+      <repository>
+         <id>scala-tools.org</id>
+         <name>Scala-tools Maven2 Repository</name>
+         <url>http://scala-tools.org/repo-releases</url>
+         <snapshots>
+            <enabled>true</enabled>
+            <updatePolicy>never</updatePolicy>
+         </snapshots>
+      </repository>
+   </repositories>
+
+   <pluginRepositories>
+      <pluginRepository>
+         <id>scala-tools.org</id>
+         <name>Scala-tools Maven2 Repository</name>
+         <url>http://scala-tools.org/repo-releases</url>
+      </pluginRepository>
+   </pluginRepositories>
+
    <profiles>
       <profile>
          <id>test-hudson</id>

Modified: trunk/server/memcached/pom.xml
===================================================================
--- trunk/server/memcached/pom.xml	2010-04-22 12:45:11 UTC (rev 1715)
+++ trunk/server/memcached/pom.xml	2010-04-22 14:59:33 UTC (rev 1716)
@@ -33,7 +33,7 @@
       </dependency>
    </dependencies>
 
-      <build>
+   <build>
       <finalName>infinispan</finalName>
       <sourceDirectory>src/main/scala</sourceDirectory>
       <testSourceDirectory>src/test/scala</testSourceDirectory>
@@ -67,5 +67,17 @@
          </plugin>
       </plugins>
    </build>
-   
+
+   <repositories>
+      <repository>
+         <id>spy</id>
+         <name>Spy Repository</name>
+         <layout>default</layout>
+         <url>http://bleu.west.spy.net/~dustin/m2repo/</url>
+         <snapshots>
+            <enabled>false</enabled>
+         </snapshots>
+      </repository>
+   </repositories>
+
 </project>

Modified: trunk/tools/pom.xml
===================================================================
--- trunk/tools/pom.xml	2010-04-22 12:45:11 UTC (rev 1715)
+++ trunk/tools/pom.xml	2010-04-22 14:59:33 UTC (rev 1716)
@@ -57,6 +57,14 @@
       </dependency>
    </dependencies>
 
+   <!-- needed for XSOM -->
+   <repositories>
+      <repository>
+         <id>download.java.net</id>
+         <url>http://download.java.net/maven/2</url>
+      </repository>
+   </repositories>
+
    <profiles>
       <profile>
          <id>default-tools.jar</id>



More information about the infinispan-commits mailing list