diff --git a/openjpa-integration/tck/pom.xml b/openjpa-integration/tck/pom.xml
index e941e8863..08a9cff0b 100644
--- a/openjpa-integration/tck/pom.xml
+++ b/openjpa-integration/tck/pom.xml
@@ -35,6 +35,11 @@
mvn integration-test -Ptck-profile -Djpatck.pkg.dir=com/sun/ts/tests/ejb30/persistence/inheritance/mappedsc/descriptors
+ You can also run using another database (e.g., oracle) using command
+ line properties. For example:
+
+ mvn integration-test -Ddb.name=oracle -Ddb.driver=oracle.jdbc.driver.OracleDriver -Ddb.url=jdbc:oracle:thin:@dbhost:1526:dbname -Ddb.username=scott -Ddb.password=tiger -Ddb.jar=/tmp/oracle-jdbc.jar -Dtest=false -Ptck-profile -Djpatck.pkg.dir=com/sun/ts/tests/ejb30/persistence/query/apitests -Djpatck.test=queryAPITest15
+
The TCK running process will do the following:
1. Fine the TCK zip file and extract it
@@ -100,9 +105,11 @@
+
+