Skip to content

Commit

Permalink
another patch
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Oct 21, 2009
1 parent 543f7cc commit 1d4ab30
Showing 1 changed file with 7 additions and 29 deletions.
36 changes: 7 additions & 29 deletions pom.xml
@@ -1,4 +1,5 @@
<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">
<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>
Expand Down Expand Up @@ -42,6 +43,7 @@
<artifactId>testng</artifactId>
<version>5.10</version>
<classifier>jdk15</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>bouncycastle</groupId>
Expand Down Expand Up @@ -72,6 +74,10 @@
<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>
Expand Down Expand Up @@ -121,9 +127,6 @@
org.jgroups.blocks;version=${pom.version},
org.jgroups.conf;version=${pom.version},
org.jgroups.debug;version=${pom.version},
org.jgroups.demos;version=${pom.version},
org.jgroups.demos.applets;version=${pom.version},
org.jgroups.demos.wb;version=${pom.version},
org.jgroups.jmx;version=${pom.version},
org.jgroups.logging;version=${pom.version},
org.jgroups.mux;version=${pom.version},
Expand All @@ -137,31 +140,6 @@
</instructions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<executions>
<execution>
<phase>integration-test</phase>
</execution>
</executions>
<configuration>
<includes>
<include>tests/junit-functional</include>
</includes>
<parallel>methods</parallel>
<threadCount>20</threadCount>
<suiteXmlFiles>
<suiteXmlFile>conf/testng/functional.xml</suiteXmlFile>
</suiteXmlFiles>
<properties>
<property>
<name>listener</name>
<value>org.jgroups.util.JUnitXMLReporter</value>
</property>
</properties>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 1d4ab30

Please sign in to comment.