[exo-jcr-commits] exo-jcr SVN: r2525 - jcr/trunk/exo.jcr.component.core.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jun 9 09:07:36 EDT 2010


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>



More information about the exo-jcr-commits mailing list