RE: How to make nexus work with thirdparty libraries??

2008-06-12 Thread Brian E. Fox
The repository central is most likely a proxy repository and you can't deploy to proxies...they are mirrors of another repository. -Original Message- From: Kent Närling [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 2:59 AM To: Maven Users List Subject: Re: How to make nexus

Re: How to make nexus work with thirdparty libraries??

2008-06-11 Thread Kent Närling
Actually, I got it working if I manually added it to the dependencies... so this seems to be a bug in the M2 maven eclipse plugin, since I could not find it by browsing... Anyone have a comment on that? Apart from this I have found the m2 plugin great so far and the artifact browser is very nice!

Re: How to make nexus work with thirdparty libraries??

2008-06-11 Thread Kent Närling
Actually, I tried to upload this plugin manually to our nexus repository, but cannot get it to install properly... Trying the command: b-plugin\1.1mvn deploy:deploy-file -DgroupId=com.sun.tools.xjc.maven2 -DartifactId=maven-jaxb-plugin -Dversion=1.1 -Dpackaging=maven-plugin -Dfile=maven-jaxb-p

Re: How to make nexus work with thirdparty libraries??

2008-06-11 Thread Ed Hillmann
On Wed, Jun 11, 2008 at 4:59 PM, Kent Närling [EMAIL PROTECTED] wrote: Actually, I tried to upload this plugin manually to our nexus repository, but cannot get it to install properly... Trying the command: b-plugin\1.1mvn deploy:deploy-file -DgroupId=com.sun.tools.xjc.maven2

Re: How to make nexus work with thirdparty libraries??

2008-06-11 Thread Kent Närling
Using a local repository? But then every developer has to add this to their local repository?? And it gets even more messy to get this working with automatic builds? Or do you mean that I should add another hosted repository in nexus? (usually local repository refers to the repository on your

Re: How to make nexus work with thirdparty libraries??

2008-06-11 Thread Stephen Duncan Jr
To match up to a server id in settings.xml if there is authentication required for the repository. On Wed, Jun 11, 2008 at 6:35 PM, Kent Närling [EMAIL PROTECTED] wrote: Using a local repository? But then every developer has to add this to their local repository?? And it gets even more messy

RE: How to make nexus work with thirdparty libraries??

2008-06-11 Thread Brian E. Fox
Message- From: Kent Närling [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2008 1:58 AM To: Maven Users List Subject: How to make nexus work with thirdparty libraries?? I have read the FAQ on how to upload thirdparty jars to a repository, but cannot seem to get it working? I have tried

Re: How to make nexus work with thirdparty libraries??

2008-06-10 Thread Ed Hillmann
On Tue, Jun 10, 2008 at 3:58 PM, Kent Närling [EMAIL PROTECTED] wrote: I have read the FAQ on how to upload thirdparty jars to a repository, but cannot seem to get it working? I have tried to upload the jacorb jar to our own local repository (nexus) with the command: mvn deploy:deploy-file

How to make nexus work with thirdparty libraries??

2008-06-09 Thread Kent Närling
I have read the FAQ on how to upload thirdparty jars to a repository, but cannot seem to get it working? I have tried to upload the jacorb jar to our own local repository (nexus) with the command: mvn deploy:deploy-file -DgroupId=org.jacorb -DartifactId=jacorb -Dversion=2.3 -Dpackaging=jar