You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2012/12/13 21:43:27 UTC

svn commit: r1421513 - in /db/torque/torque4/trunk: pom.xml torque-test/pom.xml

Author: tfischer
Date: Thu Dec 13 20:43:25 2012
New Revision: 1421513

URL: http://svn.apache.org/viewvc?rev=1421513&view=rev
Log:
try moving release profile for test project to test project's pom

Modified:
    db/torque/torque4/trunk/pom.xml
    db/torque/torque4/trunk/torque-test/pom.xml

Modified: db/torque/torque4/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/pom.xml?rev=1421513&r1=1421512&r2=1421513&view=diff
==============================================================================
--- db/torque/torque4/trunk/pom.xml (original)
+++ db/torque/torque4/trunk/pom.xml Thu Dec 13 20:43:25 2012
@@ -516,18 +516,6 @@
   <profiles>
     <profile>
       <id>apache-release</id>
-      <properties>
-        <torque.test.profileDirectory>derbyEmbedded</torque.test.profileDirectory>
-        <torque.test.idmethod>native</torque.test.idmethod>
-        <torque.test.databaseSchema>bookstore</torque.test.databaseSchema>
-        <torque.driver>org.apache.derby.jdbc.EmbeddedDriver</torque.driver>
-        <torque.targetDatabase>derby</torque.targetDatabase>
-        <torque.database.url>jdbc:derby:torque-test/target/bookstore;create=true</torque.database.url>
-        <torque.database.user />
-        <torque.database.password />
-        <torque.database.shutdown.url>jdbc:derby:torque-test/target/bookstore;shutdown=true</torque.database.shutdown.url>
-        <torque.database.shutdown.skip>false</torque.database.shutdown.skip>
-      </properties>
       <build>
         <plugins>
           <plugin>

Modified: db/torque/torque4/trunk/torque-test/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/pom.xml?rev=1421513&r1=1421512&r2=1421513&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-test/pom.xml (original)
+++ db/torque/torque4/trunk/torque-test/pom.xml Thu Dec 13 20:43:25 2012
@@ -852,6 +852,45 @@
     </profile>
 
     <profile>
+      <id>apache-release</id>
+      <properties>
+        <torque.test.profileDirectory>derbyEmbedded</torque.test.profileDirectory>
+        <torque.test.idmethod>native</torque.test.idmethod>
+        <torque.test.databaseSchema>bookstore</torque.test.databaseSchema>
+        <torque.driver>org.apache.derby.jdbc.EmbeddedDriver</torque.driver>
+        <torque.targetDatabase>derby</torque.targetDatabase>
+        <torque.database.url>jdbc:derby:target/bookstore;create=true</torque.database.url>
+        <torque.database.user />
+        <torque.database.password />
+        <torque.database.shutdown.url>jdbc:derby:target/bookstore;shutdown=true</torque.database.shutdown.url>
+        <torque.database.shutdown.skip>false</torque.database.shutdown.skip>
+      </properties>
+      <dependencies>
+        <dependency>
+          <artifactId>derby</artifactId>
+          <groupId>org.apache.derby</groupId>
+          <version>10.8.2.2</version>
+          <scope>test</scope>
+        </dependency>
+      </dependencies>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>sql-maven-plugin</artifactId>
+            <dependencies>
+              <dependency>
+                <artifactId>derby</artifactId>
+                <groupId>org.apache.derby</groupId>
+                <version>10.8.2.2</version>
+              </dependency>
+            </dependencies>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+
+    <profile>
       <id>beans</id>
       <activation>
         <activeByDefault>false</activeByDefault>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org