better pom for m2

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@365712 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-01-03 18:54:54 +00:00
parent 01bf2d1833
commit a4618caf0c
1 changed files with 15 additions and 8 deletions

View File

@ -145,14 +145,16 @@
<groupId>stax</groupId>
<artifactId>stax</artifactId>
</dependency>
<dependency>
<groupId>activesoap</groupId>
<artifactId>jaxp-api</artifactId>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
</dependency>
<!--
<dependency>
<groupId>activesoap</groupId>
<artifactId>jaxp-api</artifactId>
</dependency>
-->
<dependency>
<groupId>mx4j</groupId>
@ -196,16 +198,21 @@
<version>2.1.2-SNAPSHOT</version>
<configuration>
<forkMode>pertest</forkMode>
<childDelegation>false</childDelegation>
<useFile>true</useFile>
<excludes>
<!-- These tests run too slow to execute as part of the unit tests -->
<exclude implementation="java.lang.String">**/DefaultStoreBrokerTest.*</exclude>
<exclude implementation="java.lang.String">**/ActiveIOTransportBrokerTest.*</exclude>
<exclude implementation="java.lang.String">**/TcpTransportBrokerTest.*</exclude>
<exclude implementation="java.lang.String">**/activeio/**</exclude>
<exclude implementation="java.lang.String">**/perf/**</exclude>
<!-- These tests fails -->
<exclude implementation="java.lang.String">**/SpringTest.*</exclude>
<exclude implementation="java.lang.String">**/*QuickJournalRecoveryBrokerTest.*</exclude>
<exclude implementation="java.lang.String">**/*ItStillMarshallsTheSameTest.*</exclude>
</excludes>
<includes>
<include implementation="java.lang.String">**/*RetroactiveConsumerTestWithDestinationBasedBufferTest.*</include>
<include implementation="java.lang.String">**/*Test.*</include>
</includes>
</configuration>
</plugin>