[infinispan-commits] Infinispan SVN: r934 - in trunk: server/rest and 1 other directory.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Sun Oct 11 05:57:58 EDT 2009


Author: manik.surtani at jboss.com
Date: 2009-10-11 05:57:58 -0400 (Sun, 11 Oct 2009)
New Revision: 934

Modified:
   trunk/parent/pom.xml
   trunk/server/rest/pom.xml
Log:
Scala plugin to be on parent pom

Modified: trunk/parent/pom.xml
===================================================================
--- trunk/parent/pom.xml	2009-10-09 15:16:54 UTC (rev 933)
+++ trunk/parent/pom.xml	2009-10-11 09:57:58 UTC (rev 934)
@@ -176,7 +176,7 @@
                <encoding>UTF-8</encoding>
             </configuration>
          </plugin>
-         
+
          <!-- ensure parallel test execution -->
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
@@ -311,6 +311,11 @@
          <id>snapshots.jboss.org</id>
          <url>http://snapshots.jboss.org/maven2</url>
       </repository>
+      <repository>
+         <id>scala-tools.org</id>
+         <name>Scala-tools Maven2 Repository</name>
+         <url>http://scala-tools.org/repo-releases</url>
+      </repository>
    </repositories>
 
    <pluginRepositories>
@@ -330,6 +335,11 @@
          <id>snapshots.jboss.org</id>
          <url>http://snapshots.jboss.org/maven2</url>
       </pluginRepository>
+      <pluginRepository>
+         <id>scala-tools.org</id>
+         <name>Scala-tools Maven2 Repository</name>
+         <url>http://scala-tools.org/repo-releases</url>
+      </pluginRepository>
    </pluginRepositories>
 
    <distributionManagement>

Modified: trunk/server/rest/pom.xml
===================================================================
--- trunk/server/rest/pom.xml	2009-10-09 15:16:54 UTC (rev 933)
+++ trunk/server/rest/pom.xml	2009-10-11 09:57:58 UTC (rev 934)
@@ -15,33 +15,6 @@
    <description>REST interface for Infinispan, packaged as a WAR file for deployment in a servlet container
    </description>
 
-   <repositories>
-      <repository>
-         <id>scala-tools.org</id>
-         <name>Scala-tools Maven2 Repository</name>
-         <url>http://scala-tools.org/repo-releases</url>
-      </repository>
-      <repository>
-         <id>jboss</id>
-         <url>http://repository.jboss.org/maven2/</url>
-         <releases>
-            <enabled>true</enabled>
-         </releases>
-         <snapshots>
-            <enabled>false</enabled>
-         </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>
-
-
    <build>
       <finalName>infinispan</finalName>
       <sourceDirectory>src/main/scala</sourceDirectory>



More information about the infinispan-commits mailing list