mirror of https://github.com/apache/activemq.git
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:
parent
1aafa4fa1c
commit
8c59bc3348
|
@ -393,6 +393,7 @@
|
||||||
<childDelegation>false</childDelegation>
|
<childDelegation>false</childDelegation>
|
||||||
<useFile>true</useFile>
|
<useFile>true</useFile>
|
||||||
<argLine>${surefire.argLine}</argLine>
|
<argLine>${surefire.argLine}</argLine>
|
||||||
|
<useManifestOnlyJar>false</useManifestOnlyJar>
|
||||||
|
|
||||||
<systemProperties>
|
<systemProperties>
|
||||||
<property>
|
<property>
|
||||||
|
@ -460,12 +461,6 @@
|
||||||
<!-- This test only works on machines which have ssh propertly configured -->
|
<!-- This test only works on machines which have ssh propertly configured -->
|
||||||
<exclude>**/SSHTunnelNetworkReconnectTest.*</exclude>
|
<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 -->
|
<!-- http://issues.apache.org/activemq/browse/AMQ-1027 -->
|
||||||
<exclude>**/FailoverConsumerTest.*</exclude>
|
<exclude>**/FailoverConsumerTest.*</exclude>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue