Try using the deploy plugin instead, and specify the path to your repo
as a file URL via the 'url' parameter (see
http://maven.apache.org/plugins/maven-deploy-plugin/deploy-file-mojo.htm
l).

-----Original Message-----
From: SlinnHawkins, Jon (ELS) [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 07, 2006 9:13 AM
To: Maven Users List
Subject: install:install-file

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]

Reply via email to