Re: Help to add Oracle JDBC driver

2012-04-30 Thread copyto27
Hi, It works!! thansk! -- View this message in context: http://maven.40175.n5.nabble.com/Help-to-add-Oracle-JDBC-driver-tp5659525p5675284.html Sent from the Maven Developers mailing list archive at Nabble.com. - To unsubscribe

Re: Help to add Oracle JDBC driver

2012-04-25 Thread copyto27
Hi, searching in google i found the solutión for the error. but now i have a new error :( PS C:\CGSI\apache-maven-3.0.4\lib> mvn install:install-file -Dfile=ojdbc6.jar -DgroupId=com.oracle -DartifactId=ojdbc6 - Dversion=11.1.0.7.0 -Dpackaging=jar -DgeneratePom=true [INFO] Scanning for projects..

Re: Help to add Oracle JDBC driver

2012-04-24 Thread copyto27
Hi john I tried all you told me, but i continue with the same error the result of the mvn -version command PS C:\> mvn -version Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100) Maven home: C:\CGSI\apache-maven-3.0.4\bin\.. Java version: 1.6.0_31, vendor: Sun Microsystems Inc. Java home: C

Re: Help to add Oracle JDBC driver

2012-04-23 Thread copyto27
Hi John I tried too with "-DgeneratePom=true" but i have the same problem :( -- View this message in context: http://maven.40175.n5.nabble.com/Help-to-add-Oracle-JDBC-driver-tp5659525p5659746.html Sent from the Maven Developers mailing list archive at Nabble.com. --

Help to add Oracle JDBC driver

2012-04-23 Thread copyto27
Hi, I'm traying to add the Oracle JDBC driver to my maven local repository with this commad: mvn install:install-file -Dfile=C:\apache-maven-3.0.4\lib\ojdbc6-11.1.0.7.0.jar -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.1.0.7.0 -Dpackaging=jar but maven return the next error: [INFO] Scan