You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by jr...@apache.org on 2009/02/02 21:47:18 UTC

svn commit: r740101 - /openjpa/trunk/openjpa-persistence-jdbc/pom.xml

Author: jrbauer
Date: Mon Feb  2 20:47:18 2009
New Revision: 740101

URL: http://svn.apache.org/viewvc?rev=740101&view=rev
Log:
OPENJPA-876 Adding required packaging def to DB2 and Oracle example profiles.

Modified:
    openjpa/trunk/openjpa-persistence-jdbc/pom.xml

Modified: openjpa/trunk/openjpa-persistence-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence-jdbc/pom.xml?rev=740101&r1=740100&r2=740101&view=diff
==============================================================================
--- openjpa/trunk/openjpa-persistence-jdbc/pom.xml (original)
+++ openjpa/trunk/openjpa-persistence-jdbc/pom.xml Mon Feb  2 20:47:18 2009
@@ -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.