[jboss-maven2-commits] Repository SVN: r33181 - in maven2/jgroups/jgroups: 2.8.0.GA and 1 other directory.

jboss-maven2-commits at lists.jboss.org jboss-maven2-commits at lists.jboss.org
Mon Dec 21 08:26:44 EST 2009


Author: bela at jboss.com
Date: 2009-12-21 08:26:42 -0500 (Mon, 21 Dec 2009)
New Revision: 33181

Added:
   maven2/jgroups/jgroups/2.8.0.GA/
   maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA-sources.jar
   maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA-sources.jar.md5
   maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA-sources.jar.sha1
   maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.jar
   maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.jar.md5
   maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.jar.sha1
   maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom
   maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom.md5
   maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom.sha1
Log:
added 2.8.0.GA

Added: maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA-sources.jar
===================================================================
(Binary files differ)


Property changes on: maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA-sources.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA-sources.jar.md5
===================================================================
--- maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA-sources.jar.md5	                        (rev 0)
+++ maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA-sources.jar.md5	2009-12-21 13:26:42 UTC (rev 33181)
@@ -0,0 +1 @@
+b8576a17a96021cbea1b265f59c0b8fc
\ No newline at end of file

Added: maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA-sources.jar.sha1
===================================================================
--- maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA-sources.jar.sha1	                        (rev 0)
+++ maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA-sources.jar.sha1	2009-12-21 13:26:42 UTC (rev 33181)
@@ -0,0 +1 @@
+2f757b55ed229116a52261d0b4fc6b2c18a4bbb1
\ No newline at end of file

Added: maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.jar
===================================================================
(Binary files differ)


Property changes on: maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.jar.md5
===================================================================
--- maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.jar.md5	                        (rev 0)
+++ maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.jar.md5	2009-12-21 13:26:42 UTC (rev 33181)
@@ -0,0 +1 @@
+fa24c7e03268aac122edb3e084807ba6
\ No newline at end of file

Added: maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.jar.sha1
===================================================================
--- maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.jar.sha1	                        (rev 0)
+++ maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.jar.sha1	2009-12-21 13:26:42 UTC (rev 33181)
@@ -0,0 +1 @@
+ee8a827b74723f42f8e8957932fbaff7d2399632
\ No newline at end of file

Added: maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom
===================================================================
--- maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom	                        (rev 0)
+++ maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom	2009-12-21 13:26:42 UTC (rev 33181)
@@ -0,0 +1,155 @@
+<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">
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>jgroups</groupId>
+    <artifactId>jgroups</artifactId>
+    <packaging>jar</packaging>
+    <name>JGroups</name>
+    <version>2.8.0.GA</version>
+    <url>http://www.jgroups.org</url>
+    <repositories>
+        <repository>
+            <id>jboss</id>
+            <name>JBoss Inc. Repository</name>
+            <url>http://repository.jboss.com/maven2/</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </repository>
+    </repositories>
+    <dependencies>
+        <dependency>
+            <groupId>bsh</groupId>
+            <artifactId>bsh</artifactId>
+            <version>1.2b7</version>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>1.2.14</version>
+            <optional>true</optional>
+        </dependency>
+        <!--  Tests not included in maven build currently so commented out -->
+        <!-- <dependency>
+            <groupId>org.testng</groupId>
+            <artifactId>testng</artifactId>
+            <version>5.10</version>
+            <classifier>jdk15</classifier>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>bouncycastle</groupId>
+            <artifactId>bcprov-jdk15</artifactId>
+            <version>140</version>
+            <scope>test</scope>
+        </dependency> -->
+    </dependencies>
+    <build>
+        <sourceDirectory>src</sourceDirectory>
+        <resources>
+            <resource>
+                <directory>conf</directory>
+                <includes>
+                    <include>*.xml</include>
+                </includes>
+                <excludes>
+                    <exclude>*-service.xml</exclude>
+                </excludes>
+            </resource>
+            <resource>
+                <directory>${project.build.outputDirectory}/schema</directory>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                    <excludes>
+                        <exclude>org/jgroups/util/JUnitXMLReporter.java</exclude>
+                        <exclude>org/jgroups/demos/**</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+            <plugin>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>compile</phase>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                        <configuration>
+                            <tasks>
+                                <property name="compile_classpath" refid="maven.compile.classpath"/>
+                                <property name="plugin_classpath" refid="maven.plugin.classpath"/>
+                                <delete dir="${project.build.outputDirectory}/schema" failonerror="false"/>
+                                <mkdir dir="${project.build.outputDirectory}/schema"/>
+                                <java classname="org.jgroups.util.XMLSchemaGenerator">
+                                    <classpath>
+                                        <pathelement path="${compile_classpath}"/>
+                                        <pathelement path="${plugin_classpath}"/>
+                                    </classpath>
+                                    <arg line="-o ${project.build.outputDirectory}/schema"/>
+                                </java>
+                            </tasks>
+                        </configuration>
+                    </execution>
+                </executions>
+                <dependencies> <!--  Not really needed in Java 5 -->
+                    <dependency>
+                        <groupId>xalan</groupId>
+                        <artifactId>xalan</artifactId>
+                        <version>2.7.1</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>xalan</groupId>
+                        <artifactId>serializer</artifactId>
+                        <version>2.7.1</version>
+                    </dependency>
+                </dependencies>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <configuration>
+                    <archive>
+                        <manifestFile>conf/manifest.mf</manifestFile>
+                    </archive>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Export-Package>
+                            schema;version=${pom.version},
+                            org.jgroups;version=${pom.version},
+                            org.jgroups.annotations;version=${pom.version},
+                            org.jgroups.auth;version=${pom.version},
+                            org.jgroups.blocks;version=${pom.version},
+                            org.jgroups.conf;version=${pom.version},
+                            org.jgroups.debug;version=${pom.version},
+                            org.jgroups.jmx;version=${pom.version},
+                            org.jgroups.logging;version=${pom.version},
+                            org.jgroups.mux;version=${pom.version},
+                            org.jgroups.persistence;version=${pom.version},
+                            org.jgroups.protocols;version=${pom.version},
+                            org.jgroups.protocols.pbcast;version=${pom.version},
+                            org.jgroups.stack;version=${pom.version},
+                            org.jgroups.util;version=${pom.version},
+                        </Export-Package>
+                        <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+</project>

Added: maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom.md5
===================================================================
--- maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom.md5	                        (rev 0)
+++ maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom.md5	2009-12-21 13:26:42 UTC (rev 33181)
@@ -0,0 +1 @@
+8d76fe162bb579e45aa1bbf3d1a41d37
\ No newline at end of file

Added: maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom.sha1
===================================================================
--- maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom.sha1	                        (rev 0)
+++ maven2/jgroups/jgroups/2.8.0.GA/jgroups-2.8.0.GA.pom.sha1	2009-12-21 13:26:42 UTC (rev 33181)
@@ -0,0 +1 @@
+8de04607dc400853cab0b1c68cccb5738327970b
\ No newline at end of file



More information about the jboss-maven2-commits mailing list