Re: Location for maven projects..

2008-06-22 Thread Niranjan Deshpande
Yes that struck to me later :). its the install goal that makes ur jar fall in the .m2/repository/ :) thanks On Sun, Jun 22, 2008 at 6:04 AM, Wayne Fay <[EMAIL PROTECTED]> wrote: > You should not be creating projects in the ~/.m2/repository directory. > Rather, Maven2 uses this directory for

Re: Location for maven projects..

2008-06-21 Thread Wayne Fay
You should not be creating projects in the ~/.m2/repository directory. Rather, Maven2 uses this directory for storing jars and poms. Create the project somewhere else, anywhere else. Then use "mvn install" to install the project jars to the local repo cache. Wayne On 6/21/08, Niranjan Deshpande

Location for maven projects..

2008-06-21 Thread Niranjan Deshpande
trying out the hello world project in the maven-sonatype book I want to create a project in the location c:\users\niranjan\.m2\repositry\com.sonatype.maven.ch03\simple instead of c:\users\niranjan\simple ran this mvn archetype:create -DgroupId=com.sonatype.maven.ch03 -DartifactId=simple -DpackageN