https://issues.apache.org/jira/browse/AMQ-826 - useManifestOnlyJar = false for apache ds tests

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1151900 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2011-07-28 15:47:41 +00:00
parent 1aafa4fa1c
commit 8c59bc3348
1 changed files with 1 additions and 6 deletions

View File

@ -393,6 +393,7 @@
<childDelegation>false</childDelegation>
<useFile>true</useFile>
<argLine>${surefire.argLine}</argLine>
<useManifestOnlyJar>false</useManifestOnlyJar>
<systemProperties>
<property>
@ -460,12 +461,6 @@
<!-- This test only works on machines which have ssh propertly configured -->
<exclude>**/SSHTunnelNetworkReconnectTest.*</exclude>
<!-- exclude until we fix problems with apache ds and maven -->
<exclude>**/LDAPAuthorizationMapTest.*</exclude>
<exclude>**/LDAPSecurityTest.*</exclude>
<exclude>**/CachedLDAPAuthorizationModuleTest.*</exclude>
<exclude>**/CachedLDAPSecurityTest.*</exclude>
<!-- http://issues.apache.org/activemq/browse/AMQ-1027 -->
<exclude>**/FailoverConsumerTest.*</exclude>