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
 
 

Reply via email to