Author: chirino
Date: Tue Jan 3 10:54:54 2006
New Revision: 365712
URL: http://svn.apache.org/viewcvs?rev=365712&view=rev
Log:
better pom for m2
Modified:
incubator/activemq/trunk/activemq-core/pom.xml
Modified: incubator/activemq/trunk/activemq-core/pom.xml
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/pom.xml?rev=365712&r1=365711&r2=365712&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/pom.xml (original)
+++ incubator/activemq/trunk/activemq-core/pom.xml Tue Jan 3 10:54:54 2006
@@ -146,13 +146,15 @@
<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>