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

Re: maven installing artifacts to wrong repository location

2010-07-12 Thread Wayne Fay
> This completes successfully, but the jar, pom and dependencies end up in > c:\.m2\repository rather than \.m2\repository.  This line is from Rename the settings.xml files to settings.ignore and try again. Also check the value of environment variables with "set." On Windows, the default should b

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