Henri Gomez wrote:
  Henri, can you please open a JIRA issue and attach your pom.xml,
settings.xml and Eclipse configuration info from Help / About Eclipse
SDK / Configuration info.
No problem.

BTW, I see that changing my settings.xml from  :

<localRepository>${user.dir}/.m2/repository</localRepository>

to :

<localRepository>c:/maven-repository</localRepository>

fixed the problem of the .m2/repository created in the project directory.

I should say that using mvn directly from the F: disk, created a
f:\.m2\repository.

May be some problem with space in file path ?

C:\Documents and Settings\gomezhe\

Did my settings and pom files still needed ?
 I guess not.

With what you have, Maven and m2eclipse are working as expected, because user.dir is in most cases is the current dir for the JVM. You probably wanted to user user.home, though that would be a default location for the Maven local repository, so you'll get the same result if you comment out <localRepository> element.

 regards,
 Eugene



---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to