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

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Dec 1 10:24:03 EST 2011


Author: tolusha
Date: 2011-12-01 10:24:02 -0500 (Thu, 01 Dec 2011)
New Revision: 5253

Modified:
   jcr/trunk/exo.jcr.component.core/pom.xml
   jcr/trunk/exo.jcr.component.ext/pom.xml
Log:
EXOJCR-1669: Clean up pom.xml

Modified: jcr/trunk/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/pom.xml	2011-12-01 15:02:40 UTC (rev 5252)
+++ jcr/trunk/exo.jcr.component.core/pom.xml	2011-12-01 15:24:02 UTC (rev 5253)
@@ -246,26 +246,6 @@
          <artifactId>hsqldb</artifactId>
          <scope>test</scope>
       </dependency>
-      <!-- For Apache Derby support (aka JavaDB) -->
-      <!-- dependency>
-         <groupId>org.apache.derby</groupId>
-         <artifactId>derby</artifactId>
-         <version>10.2.2.0</version>
-         <scope>test</scope>
-      </dependency -->
-      <!-- H2 Database (not supported now) -->
-      <!-- dependency>
-         <groupId>com.h2database</groupId>
-         <artifactId>h2</artifactId>
-         <version>1.2.132</version>
-      </dependency-->
-      <!-- Ingres Database (local repository) -->
-      <!-- dependency>
-         <groupId>com.ingres.jdbc</groupId>
-         <artifactId>iijdbc</artifactId>
-         <version>9.2</version>
-         <scope>test</scope>
-      </dependency -->
    </dependencies>      
   <!-- ======================================================================= -->
    <build>
@@ -715,77 +695,6 @@
             </plugins>
          </build>
       </profile>
-      <profile>
-         <id>run-devtests</id>
-         <build>
-            <plugins>
-               <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-surefire-plugin</artifactId>
-                  <configuration>
-                     <phase>test</phase>
-                     <forkMode>never</forkMode>
-                     <!-- argLine>${env.MAVEN_OPTS}</argLine -->
-                     <goals>
-                        <goal>test</goal>
-                     </goals>
-                     <systemProperties>
-                        <property>
-                           <name>jcr.test.configuration.file</name>
-                           <value>${jcr.test.configuration.file}</value>
-                        </property>
-                        <property>
-                           <name>jbosscache-shareable</name>
-                           <value>${jbosscache.shareable}</value>
-                        </property>                         
-                        <property>
-                           <name>cache-enabled</name>
-                           <value>${cache.enabled}</value>
-                        </property>                  
-                        <property>
-                           <name>value-storage-enabled</name>
-                           <value>${value.storage.enabled}</value>
-                        </property>                  
-                        <property>
-                           <name>JDBCWorkspaceDataContainer.statistics.enabled</name>
-                           <value>${statistics.enabled}</value>
-                        </property>
-                        <property>
-                           <name>exo.properties.url</name>
-                           <value>${properties.url.prefix}${properties.url.suffix}</value>
-                        </property>
-                        <!-- We add this system property due to some incompatibility between IPv6 and 
-						some JVM of Linux distributions such as Ubuntu and Fedora-->
-                        <property>
-                           <name>java.net.preferIPv4Stack</name>
-                           <value>true</value>
-                        </property>
-                        <!-- Avoid the firewall -->
-                        <property>
-                           <name>bind.address</name>
-                           <value>127.0.0.1</value>
-                        </property>
-                        <property>
-                           <name>jgroups.stack</name>
-                           <value>udp</value>
-                        </property>                        
-                     </systemProperties>
-                     <includes>
-                        <include>**/**/reading_/Test*.java</include>
-                        <include>**/**/writing_/Test*.java</include>
-                        <include>**/**/TestJBossCacheWorkspaceStorageCache_.java</include>
-                        <exclude>**/**/TestCleanableFileStreamValueData.java</exclude>
-                        <include>**/**/TestSVNodeDataOptimization_.java</include>
-                        <include>**/**/TestValueConstraints.java</include>
-                     </includes>
-                     <excludes>
-                        <exclude>org/exoplatform/services/jcr/impl/core/security/Test*.java</exclude>
-                     </excludes>
-                  </configuration>
-               </plugin>
-            </plugins>
-         </build>
-      </profile>
       <!-- We define one profile per driver -->
       <profile>
          <id>oracle-10G-R2</id>

Modified: jcr/trunk/exo.jcr.component.ext/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.ext/pom.xml	2011-12-01 15:02:40 UTC (rev 5252)
+++ jcr/trunk/exo.jcr.component.ext/pom.xml	2011-12-01 15:24:02 UTC (rev 5253)
@@ -316,7 +316,7 @@
            </build>
      </profile>
      <profile>
-         <id>oracle</id>
+         <id>oracle-10G-R2</id>
          <properties>
             <jcr.test.configuration.file>/conf/standalone/test-configuration-backup-oracle.xml</jcr.test.configuration.file>
          </properties>
@@ -324,19 +324,19 @@
             <dependency>
                <groupId>ojdbc</groupId>
                <artifactId>ojdbc</artifactId>
-               <version>14</version>
+               <version>10.2.0.4</version>
                <scope>test</scope>
             </dependency>
             <dependency>
                <groupId>ojdbc</groupId>
                <artifactId>orai18n</artifactId>
-               <version>14</version>
+               <version>10.2.0.4</version>
                <scope>test</scope>
             </dependency>
          </dependencies>
       </profile>
       <profile>
-         <id>mysql</id>
+         <id>mysql-5.1</id>
          <properties>
             <jcr.test.configuration.file>/conf/standalone/test-configuration-backup-mysql.xml</jcr.test.configuration.file>
          </properties>
@@ -398,7 +398,7 @@
          </dependencies>
       </profile>
       <profile>
-         <id>pgsql</id>
+         <id>pgsql-8.3</id>
          <properties>
             <jcr.test.configuration.file>/conf/standalone/test-configuration-backup-pgsql.xml</jcr.test.configuration.file>
          </properties>



More information about the exo-jcr-commits mailing list