Re: Procedure for updating Internal Repo with 3rd party

2011-03-29 Thread Ron Wheeler
Get your Nexus up and running (local or on a shared server) and then read the Nexus docs. Loading 3rd party lists is easy to do and everyone has to do it because of the ORACLE/Sun licensing policies so you will have lots of friends and lots of docs on the repo side. It is not really a Maven

Re: Procedure for updating Internal Repo with 3rd party

2011-03-29 Thread Wendy Smoak
On Tue, Mar 29, 2011 at 1:06 PM, Godschall, John wrote: > I have used the depoy:deploy-file  plugin but this does not seem to include > the  pom,  the md5 and sha1 files. > In addition, some projects have a parent pom structure as well. Can you paste the command you used, and what happened? Th

Procedure for updating Internal Repo with 3rd party

2011-03-29 Thread Godschall, John
Hi What's the best procedure for uploading 3rd party artifacts to an internal repository. This doc explains how to update the local cached repository but not a central internal repository. http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html I have used the depoy:deploy-file