Deploying 3rd Party Jars and Sources

2007-09-27 Thread Angel Sotirov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Is there a nice way to deploy 3rd party jar and the source to local Archiva repo? Cheerz, Angel -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.7 (GNU/Linux) iD8DBQFG+3jJhgSIDFxSFd0RAkbZAJ467GnMDvhz1VYIJ6R2R1jK4+pfLACfYQp0

Re: Deploying 3rd Party Jars and Sources

2007-09-27 Thread ossi petz
hallo i dont know archiva. we use shell commands to add 3rd party libs and sources: mvn deploy:deploy-file -DgroupId=com.company -DartifactId=company-common -Dversion=2.0.3 -Dfile=src-common-2.0.3.zip -DrepositoryId=company-internal -DrepositoryLayout=default -Dpackaging=java-source

Re: Deploying 3rd Party Jars and Sources

2007-09-27 Thread Angel Sotirov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ossi petz wrote: hallo i dont know archiva. we use shell commands to add 3rd party libs and sources: mvn deploy:deploy-file -DgroupId=com.company -DartifactId=company-common -Dversion=2.0.3 -Dfile=src-common-2.0.3.zip

deploying 3rd party jars

2006-01-18 Thread Jake Pezaro
i want to deploy a 3rd party jar (which is already in my local repository) to the remote repository that we have set up on one of our servers. what command should i use to do this? __ This email has been scanned by the

Re: deploying 3rd party jars

2006-01-18 Thread Man-Chi Leung
for remote repository *check wagon-ssh-external-1.0-alpha-5.jar in your $MAVEN_HOME/lib *check your settling.xml *make sure u have this in setting.xml server idmy-repository/id usernamemyname/username !-- Default value is ~/.ssh/id_dsa --

deploying 3rd party jars

2005-09-23 Thread dohadwala, moiz
What utilities or plugins does maven have that would allow me to deploy a 3rd party jar to an internal repository; so that it is deployed in the correct repository layout and all the required metadata and hash files are created? -Moiz

RE: deploying 3rd party jars

2005-09-23 Thread dohadwala, moiz
Er.. Forgot to mention that I am looking at m2. -Moiz -Original Message- From: dohadwala, moiz [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005 1:38 PM To: 'Maven Users List' Subject: deploying 3rd party jars What utilities or plugins does maven have that would allow me