Author: nzamosenchuk
Date: 2010-06-09 09:07:35 -0400 (Wed, 09 Jun 2010)
New Revision: 2525
Modified:
jcr/trunk/exo.jcr.component.core/pom.xml
Log:
EXOJCR-764 : fix argline:)
Modified: jcr/trunk/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/pom.xml 2010-06-09 12:37:41 UTC (rev 2524)
+++ jcr/trunk/exo.jcr.component.core/pom.xml 2010-06-09 13:07:35 UTC (rev 2525)
@@ -374,7 +374,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <argLine>${env.MAVEN_OPTS}${env.MAVEN_OPTS} -Djava.security.manager
-Djava.security.policy=${project.build.directory}/test-classes/test.policy</argLine>
+ <argLine>${env.MAVEN_OPTS} -Djava.security.manager
-Djava.security.policy=${project.build.directory}/test-classes/test.policy</argLine>
<systemProperties>
<property>
<name>jcr.test.configuration.file</name>
Show replies by date