Author: jrbauer Date: Mon Feb 2 22:11:46 2009 New Revision: 740122 URL: http://svn.apache.org/viewvc?rev=740122&view=rev Log: OPENJPA-876 Adding required packaging def to DB2 and Oracle example profiles.
Modified: openjpa/branches/1.3.x/openjpa-persistence-jdbc/pom.xml Modified: openjpa/branches/1.3.x/openjpa-persistence-jdbc/pom.xml URL: http://svn.apache.org/viewvc/openjpa/branches/1.3.x/openjpa-persistence-jdbc/pom.xml?rev=740122&r1=740121&r2=740122&view=diff ============================================================================== --- openjpa/branches/1.3.x/openjpa-persistence-jdbc/pom.xml (original) +++ openjpa/branches/1.3.x/openjpa-persistence-jdbc/pom.xml Mon Feb 2 22:11:46 2009 @@ -254,12 +254,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. --> @@ -293,7 +296,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.