Author: tfischer
Date: Tue Sep 11 01:09:14 2012
New Revision: 1383200
URL: http://svn.apache.org/viewvc?rev=1383200&view=rev
Log:
use derbyEmbedded profile for test project release (next try)
Modified:
db/torque/torque4/trunk/pom.xml
Modified: db/torque/torque4/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/pom.xml?rev=1383200&r1=1383199&r2=1383200&view=diff
==============================================================================
--- db/torque/torque4/trunk/pom.xml (original)
+++ db/torque/torque4/trunk/pom.xml Tue Sep 11 01:09:14 2012
@@ -522,18 +522,25 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <arguments>-Papache-release,derbyEmbedded</arguments>
- </configuration>
- </plugin>
</plugins>
</build>
<modules>
<module>torque-test</module>
</modules>
+ <properties>
+
<torque.test.profileDirectory>derbyEmbedded</torque.test.profileDirectory>
+ <torque.test.idmethod>native</torque.test.idmethod>
+ <torque.test.driver.artifactId>derby</torque.test.driver.artifactId>
+
<torque.test.driver.groupId>org.apache.derby</torque.test.driver.groupId>
+ <torque.test.driver.version>10.8.2.2</torque.test.driver.version>
+ <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.user>
+ <torque.database.password></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>
</profile>
<profile>
<id>test</id>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]