On 3/30/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > > Hello, > > I've got to add some private / restricted artifacts in my corporate > repo, but I'd like to avoid creating all the required directories. > > install:intall-file can be used to put an artifact in local repo. Can I > use deploy:deploy-file to do the same in my corporate repo ?
Yep. See: http://maven.apache.org/guides/mini/guide-deploying-3rd-party-jars.html You'll also need to add a <server> entry to your settings.xml. See: http://maven.apache.org/maven-settings/settings.html#class_server How to set the remote repository path (I cannot find an entry for this > in setting.xml) ? That's specified in the 'url' value to deploy:deploy-file. -- Martin Cooper Nico. > > > > > > This message contains information that may be privileged or confidential > and is the property of the Capgemini Group. It is intended only for the > person to whom it is addressed. If you are not the intended recipient, you > are not authorized to read, print, retain, copy, disseminate, distribute, > or use this message or any part thereof. If you receive this message in > error, please notify the sender immediately and delete all copies of this > message. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
