Author: thomas.diesler(a)jboss.com
Date: 2009-04-03 03:34:33 -0400 (Fri, 03 Apr 2009)
New Revision: 86731
Modified:
projects/jboss-osgi/trunk/runtime/equinox/pom.xml
Log:
Temp disable security manager for equinox
Modified: projects/jboss-osgi/trunk/runtime/equinox/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/runtime/equinox/pom.xml 2009-04-03 07:33:12 UTC (rev 86730)
+++ projects/jboss-osgi/trunk/runtime/equinox/pom.xml 2009-04-03 07:34:33 UTC (rev 86731)
@@ -225,7 +225,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <argLine>${surefire.security.args}</argLine>
+ <!-- argLine>${surefire.security.args}</argLine -->
<excludes>
<!-- Exclude all testsuite tests -->
<exclude>org/jboss/test/osgi/jbosgi*/**</exclude>
Show replies by date