mirror of https://github.com/apache/openjpa.git
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:
parent
64329e007e
commit
8746348ea3
|
@ -255,12 +255,15 @@
|
||||||
mvn install:install-file -Dfile=${path to db2jcc.jar} \
|
mvn install:install-file -Dfile=${path to db2jcc.jar} \
|
||||||
-DgroupId=com.ibm.db2 \
|
-DgroupId=com.ibm.db2 \
|
||||||
-DartifactId=jcc-driver \
|
-DartifactId=jcc-driver \
|
||||||
-Dversion=9.5
|
-Dversion=9.5 \
|
||||||
|
-Dpackaging=jar
|
||||||
|
|
||||||
mvn install:install-file -Dfile=${path to db2jcc_license.jar} \
|
mvn install:install-file -Dfile=${path to db2jcc_license.jar} \
|
||||||
-DgroupId=com.ibm.db2 \
|
-DgroupId=com.ibm.db2 \
|
||||||
-DartifactId=jcc-license \
|
-DartifactId=jcc-license \
|
||||||
-Dversion=9.5
|
-Dversion=9.5 \
|
||||||
|
-Dpackaging=jar
|
||||||
|
|
||||||
You should also set the openjpa.db2.url, openjpa.db2.user, and
|
You should also set the openjpa.db2.url, openjpa.db2.user, and
|
||||||
openjpa.db2.password properties.
|
openjpa.db2.password properties.
|
||||||
-->
|
-->
|
||||||
|
@ -294,7 +297,8 @@
|
||||||
mvn install:install-file -Dfile=${ojdbc.jar} \
|
mvn install:install-file -Dfile=${ojdbc.jar} \
|
||||||
-DgroupId=com.oracle \
|
-DgroupId=com.oracle \
|
||||||
-DartifactId=jdbc-driver \
|
-DartifactId=jdbc-driver \
|
||||||
-Dversion=10g
|
-Dversion=10g \
|
||||||
|
-Dpackaging=jar
|
||||||
|
|
||||||
You should also set the openjpa.oracle.url, openjpa.oracle.user,
|
You should also set the openjpa.oracle.url, openjpa.oracle.user,
|
||||||
and openjpa.oracle.password properties.
|
and openjpa.oracle.password properties.
|
||||||
|
|
Loading…
Reference in New Issue