[jboss-cvs] JBossAS SVN: r104074 - in projects/cluster/ha-server-cache-ispn/trunk: src and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 16 22:19:08 EDT 2010


Author: bstansberry at jboss.com
Date: 2010-04-16 22:19:08 -0400 (Fri, 16 Apr 2010)
New Revision: 104074

Added:
   projects/cluster/ha-server-cache-ispn/trunk/pom.xml
   projects/cluster/ha-server-cache-ispn/trunk/src/
   projects/cluster/ha-server-cache-ispn/trunk/src/main/
   projects/cluster/ha-server-cache-ispn/trunk/src/main/java/
   projects/cluster/ha-server-cache-ispn/trunk/src/main/resources/
   projects/cluster/ha-server-cache-ispn/trunk/src/test/
   projects/cluster/ha-server-cache-ispn/trunk/src/test/java/
   projects/cluster/ha-server-cache-ispn/trunk/src/test/resources/
Modified:
   projects/cluster/ha-server-cache-ispn/trunk/
Log:
[JBCLUSTER-253] Set up ha-server-cache-ispn project


Property changes on: projects/cluster/ha-server-cache-ispn/trunk
___________________________________________________________________
Name: svn:ignore
   + target
.settings
.classpath
.project


Copied: projects/cluster/ha-server-cache-ispn/trunk/pom.xml (from rev 104073, projects/cluster/ha-server-cache-jbc/trunk/pom.xml)
===================================================================
--- projects/cluster/ha-server-cache-ispn/trunk/pom.xml	                        (rev 0)
+++ projects/cluster/ha-server-cache-ispn/trunk/pom.xml	2010-04-17 02:19:08 UTC (rev 104074)
@@ -0,0 +1,175 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.jboss.cluster</groupId>
+    <artifactId>jboss-cluster</artifactId>
+    <version>2.0.0.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.cluster</groupId>
+  <artifactId>jboss-ha-server-cache-ispn</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0.0-SNAPSHOT</version>
+  <name>JBoss AS - Infinispan Integration Implementation</name>
+  <url>http://www.jboss.org</url>
+  <description>An Infinispan-based implementation of the SPIs defined in ha-server-cache-spi</description>
+  <licenses>
+   <license>
+      <name>lgpl</name>
+      <url>http://repository.jboss.com/licenses/lgpl.txt</url>
+   </license>
+  </licenses>
+  <organization>
+    <name>JBoss, a division of Red Hat, Inc.</name>
+    <url>http://www.jboss.org</url>
+  </organization>
+  
+  <scm>
+    <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/cluster/ha-server-cache-ispn/trunk</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/cluster/ha-server-cache-ispn/trunk</developerConnection>
+  </scm>
+  
+  <properties>
+    <version.jboss.ha.server.cache.spi>2.1.0.Final</version.jboss.ha.server.cache.spi>
+    <version.jboss.ha.server.api>2.0.0-SNAPSHOT</version.jboss.ha.server.api>
+    <version.jboss.common.core>2.2.17.GA</version.jboss.common.core>
+    <version.jboss.logging>3.0.0.Beta2</version.jboss.logging>
+    <version.infinispan>4.0.0.GA</version.infinispan>
+    <version.jgroups>2.10.0.Alpha3</version.jgroups>
+    <version.org.jboss.naming>5.0.5.GA</version.org.jboss.naming>
+    <version.suffix.org.jboss.javaee>.GA</version.suffix.org.jboss.javaee>
+    <version.org.jboss.metadata.war>2.0.0.Alpha14</version.org.jboss.metadata.war>
+    <version.junit>3.8.1</version.junit>
+  </properties>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.0-beta-9</version>
+        <configuration>
+          <!-- The tagBase property is needed during the release process so that the maven release plugin
+            will create the release tag in the appropriate location. -->
+          <tagBase>https://svn.jboss.org/repos/jbossas/projects/cluster/ha-server-cache-jbc/tags</tagBase>
+        </configuration>
+      </plugin>     
+    </plugins>
+  </build>  
+  
+  <dependencies> 
+    
+    <!-- Global dependencies -->
+    <dependency>
+      <groupId>org.jboss.cluster</groupId>
+      <artifactId>jboss-ha-server-api</artifactId>
+      <version>${version.jboss.ha.server.api}</version>
+      <exclusions>  
+        <exclusion>
+          <groupId>org.jboss.cluster</groupId>
+          <artifactId>jboss-ha-client</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>jgroups</groupId>
+          <artifactId>jgroups</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.cluster</groupId>
+      <artifactId>jboss-ha-server-cache-spi</artifactId>
+      <version>${version.jboss.ha.server.cache.spi}</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+      <version>${version.jboss.common.core}</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging</artifactId>
+      <version>${version.jboss.logging}</version>
+    </dependency> 
+      
+    <dependency>
+      <groupId>org.infinispan</groupId>
+      <artifactId>infinispan-core</artifactId>
+      <version>${version.infinispan}</version>      
+      <optional>true</optional>
+      <exclusions>
+        <exclusion>
+          <groupId>jgroups</groupId>
+          <artifactId>jgroups</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.jboss</groupId>
+          <artifactId>jboss-common-core</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.transaction</groupId>
+          <artifactId>jta</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    
+    <dependency>
+      <groupId>jgroups</groupId>
+      <artifactId>jgroups</artifactId>
+      <version>${version.jgroups}</version>      
+      <optional>true</optional>
+      <exclusions>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+
+    <!-- For the JTA 1.1 API; consuming projects can safely
+         exclude this and replace with any valid source of this API -->
+    <dependency>
+       <groupId>org.jboss.javaee</groupId>
+       <artifactId>jboss-transaction-api</artifactId>
+       <version>1.0.1${version.suffix.org.jboss.javaee}</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.naming</groupId>
+      <artifactId>jnp-client</artifactId>
+      <version>${version.org.jboss.naming}</version>
+    </dependency>
+      
+    <dependency>
+      <groupId>org.jboss.metadata</groupId>
+      <artifactId>jboss-metadata-war</artifactId>
+      <version>${version.org.jboss.metadata.war}</version>
+    </dependency>
+    
+    <!-- Test dependencies -->
+    
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${version.junit}</version>
+      <scope>test</scope>
+    </dependency>
+    
+  </dependencies>   
+  
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>2.0.1</version>
+      </plugin>
+    </plugins>
+  </reporting>
+
+</project>
+




More information about the jboss-cvs-commits mailing list