So I WAS being stupid ;-) Thanks
-----Original Message----- From: Roland Asmann [mailto:[EMAIL PROTECTED] Sent: 07 June 2006 15:21 To: Maven Users List Subject: Re: install:install-file You can't with install:install-file, you should use deploy:deploy-file! Roland On Wednesday 07 June 2006 16:01, SlinnHawkins, Jon (ELS) wrote: > Hi, > > I have just set up an internal (remote) repository for all our inhouse > jars etc.... How can I use install:install-file to manually place > jars into this repo ? > > Using > > mvn install:install-file -DgroupId=javax.xml -DartifactId=jax-qname > -Dversion=1.1 -Dpackaging=jar -Dfile="C:\Dev > Workspaces\blah\blah\jwsdp-shared\lib\jax-qname.jar" > -Dgeneratepom=true -DlocalRepository=http://localhost/WAS_511_REPO > > is just putting the jar into the ~/.m2./...... local repo > > Any ideas, am i being stupid ? > > Thanks > > Jon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
