OPENJPA-876 Adding required packaging def to DB2 and Oracle example profiles.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@740101 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeremy Bauer 2009-02-02 20:47:18 +00:00
parent 64329e007e
commit 8746348ea3
1 changed files with 7 additions and 3 deletions

View File

@ -255,12 +255,15 @@
mvn install:install-file -Dfile=${path to db2jcc.jar} \
-DgroupId=com.ibm.db2 \
-DartifactId=jcc-driver \
-Dversion=9.5
-Dversion=9.5 \
-Dpackaging=jar
mvn install:install-file -Dfile=${path to db2jcc_license.jar} \
-DgroupId=com.ibm.db2 \
-DartifactId=jcc-license \
-Dversion=9.5
-Dversion=9.5 \
-Dpackaging=jar
You should also set the openjpa.db2.url, openjpa.db2.user, and
openjpa.db2.password properties.
-->
@ -294,7 +297,8 @@
mvn install:install-file -Dfile=${ojdbc.jar} \
-DgroupId=com.oracle \
-DartifactId=jdbc-driver \
-Dversion=10g
-Dversion=10g \
-Dpackaging=jar
You should also set the openjpa.oracle.url, openjpa.oracle.user,
and openjpa.oracle.password properties.