Oracle and IBM maven repos

2011-01-20 Thread Jonathan Vila Lopez
Hello

Does anybody know the URL for the maven2 repos for Oracle and IBM ?

-
   *Slitzweitz !!  *


Re: Oracle and IBM maven repos

2011-01-20 Thread Wendy Smoak
On Thu, Jan 20, 2011 at 5:52 AM, Jonathan Vila Lopez
jonathan.v...@gmail.com wrote:
 Hello

 Does anybody know the URL for the maven2 repos for Oracle and IBM ?

There is some info on an Oracle Maven repo here:
http://www.oracle.com/technetwork/database/berkeleydb/downloads/maven-087630.html

(I found that you cannot browse the repo -- it will show 404 instead
of a directory listing -- but the artifacts are there.)

-- 
Wenduy

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Oracle and IBM maven repos

2011-01-20 Thread Wayne Fay
 Does anybody know the URL for the maven2 repos for Oracle and IBM ?

You probably don't just want to know the URLs for some repos hosted by
a couple companies, right? Ultimately you want to know where (what
repos) you can download some particular artifacts.

What artifacts are you looking for? Use the www.mvnrepository.com
search engine and see if it can point you in the right direction. You
can also search using the OSS Nexus installation at
https://oss.sonatype.org

But recognize that a great many of jars from companies like Oracle,
IBM etc will simply NOT be available in any repo due to licensing
issues. In those cases, you can set up a Repo Manager and
install/deploy those jars directly to your MRM so they can be used by
the rest of your team.

Wayne

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Oracle and IBM maven repos

2011-01-20 Thread Anders Hammar
May I also warn you of relying on random repos for solving your current
problem of finding a specific artifact. Some repos have a bad history of not
following Maven best-practice, which ultimately will bite you in the...
Personally I'm very conservative when it comes to using external repos,
which I have no a little experience with.

/Anders

On Thu, Jan 20, 2011 at 15:48, Wayne Fay wayne...@gmail.com wrote:

  Does anybody know the URL for the maven2 repos for Oracle and IBM ?

 You probably don't just want to know the URLs for some repos hosted by
 a couple companies, right? Ultimately you want to know where (what
 repos) you can download some particular artifacts.

 What artifacts are you looking for? Use the www.mvnrepository.com
 search engine and see if it can point you in the right direction. You
 can also search using the OSS Nexus installation at
 https://oss.sonatype.org

 But recognize that a great many of jars from companies like Oracle,
 IBM etc will simply NOT be available in any repo due to licensing
 issues. In those cases, you can set up a Repo Manager and
 install/deploy those jars directly to your MRM so they can be used by
 the rest of your team.

 Wayne

 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org