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

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jun 10 05:01:20 EDT 2010


Author: nzamosenchuk
Date: 2010-06-10 05:01:19 -0400 (Thu, 10 Jun 2010)
New Revision: 2532

Modified:
   jcr/trunk/exo.jcr.component.core/pom.xml
Log:
EXOJCR-764 : ${env.MAVEN_OPTS} from argline removed.

Modified: jcr/trunk/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/pom.xml	2010-06-10 08:59:32 UTC (rev 2531)
+++ jcr/trunk/exo.jcr.component.core/pom.xml	2010-06-10 09:01:19 UTC (rev 2532)
@@ -374,7 +374,7 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
-               <argLine>${env.MAVEN_OPTS} -Djava.security.manager -Djava.security.policy=${project.build.directory}/test-classes/test.policy</argLine>
+               <argLine>-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