[exo-jcr-commits] exo-jcr SVN: r2640 - in jcr/trunk: exo.jcr.component.core and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jun 16 10:38:26 EDT 2010


Author: tolusha
Date: 2010-06-16 10:38:26 -0400 (Wed, 16 Jun 2010)
New Revision: 2640

Modified:
   jcr/trunk/exo.jcr.component.core/pom.xml
   jcr/trunk/pom.xml
Log:
EXOJCR-756: fix pom.xml

Modified: jcr/trunk/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/pom.xml	2010-06-16 14:34:33 UTC (rev 2639)
+++ jcr/trunk/exo.jcr.component.core/pom.xml	2010-06-16 14:38:26 UTC (rev 2640)
@@ -379,7 +379,7 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
-               <argLine>-Djava.security.manager=org.exoplatform.commons.TestSecurityManager -Djava.security.policy=${project.build.directory}/test-classes/test.policy</argLine>
+               <argLine>-Djava.security.manager=org.exoplatform.commons.test.TestSecurityManager -Djava.security.policy=${project.build.directory}/test-classes/test.policy</argLine>
                <systemProperties>
                   <property>
                      <name>jcr.test.configuration.file</name>
@@ -575,7 +575,7 @@
                   <artifactId>maven-surefire-plugin</artifactId>
                   <configuration>
                   <!-- TAKE CARE TO UPDATE ALSO run-all PROFILE -->
-                     <argLine>-Djava.security.manager=org.exoplatform.commons.TestSecurityManager -Djava.security.policy=${project.build.directory}/test-classes/test.policy</argLine>
+                     <argLine>-Djava.security.manager=org.exoplatform.commons.test.TestSecurityManager -Djava.security.policy=${project.build.directory}/test-classes/test.policy</argLine>
                      <systemProperties>
                         <property>
                            <name>jcr.test.configuration.file</name>
@@ -648,7 +648,7 @@
                   <artifactId>maven-surefire-plugin</artifactId>
                   <configuration>
                      <!-- TAKE CARE TO UPDATE ALSO run-tck PROFILE -->
-                     <argLine>-Djava.security.manager=org.exoplatform.commons.TestSecurityManager -Djava.security.policy=${project.build.directory}/test-classes/test.policy</argLine>
+                     <argLine>-Djava.security.manager=org.exoplatform.commons.test.TestSecurityManager -Djava.security.policy=${project.build.directory}/test-classes/test.policy</argLine>
                      <systemProperties>
                         <property>
                            <name>jcr.test.configuration.file</name>

Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml	2010-06-16 14:34:33 UTC (rev 2639)
+++ jcr/trunk/pom.xml	2010-06-16 14:38:26 UTC (rev 2640)
@@ -57,6 +57,11 @@
       </dependency>
       <dependency>
         <groupId>org.exoplatform.kernel</groupId>
+        <artifactId>exo.kernel.commons.test</artifactId>
+        <version>${org.exoplatform.kernel.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.exoplatform.kernel</groupId>
         <artifactId>exo.kernel.component.command</artifactId>
         <version>${org.exoplatform.kernel.version}</version>
       </dependency>



More information about the exo-jcr-commits mailing list