Re: maven installing artifacts to wrong repository location

2010-07-12 Thread paul geer
Thanks for the quick reply. I thought of deleting the settings files, but I need at least one for proxy navigation. Your suggestion did provide a solution, though, and for future users experiencing the problem: I tried it both ways and it worked when I put the proxy data in the install settings

maven installing artifacts to wrong repository location

2010-07-12 Thread paul geer
Hello, I am trying to have maven install a jar into my local repository with the following from the command line: mvn install:install-file -DgroupId=org.us.test -DartifactId=JSJava -Dversion=0.0.1 -Dpackaging=jar -Dfile=JSJava-0.0.1.jar This completes successfully, but the jar, pom and dependenc