Hi, Jörg

No, I don´t have any pom.xml in my current directory. I don´t know how maven works, and I only follow exactly the instalation instruction of dspace:
----------------
Setting up oracle is a bit different now. You will need still need to get a Copy of the oracle JDBC driver, but instead of copying it into a lib directory you will need to install it into your local Maven repository. You'll need to download it first from this location: http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_10201.html

$ mvn install:install-file -Dfile=ojdbc14.jar -DgroupId=com.oracle \
-DartifactId=ojdbc14 -Dversion=10.2.0.2.0 -Dpackaging=jar -DgeneratePom=true
-----------------

There don´t talk about any pom.xml file. Do I must create it? What must I write in it?

        Thanks,

        Marisa.


Jörg Schaible escribió:
Hi María,

María Isabel López Sánchez-Huete wrote:
        Hi, Martin.

        This is the commandline:

$ mvn -e install:install-file -Dfile=ojdbc14.jar -DgroupId=com.oracle
-DartifactId=ojdbc14 -Dversion=10.2.0.2.0 -Dpackaging=jar
-DgeneratePom=true

        It´s the same command tath appears in the installation
instruction of
Dspace.

        Do I mistaked something?

Is in your current directory already a pom.xml that might be implicitly loaded 
also?

- Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to