Re: maven question

2005-04-13 Thread Bob Arnott
Kyle Miller wrote: I have just started using maven on my first project, but I have been playing with it at home. My question for the commons developers is this, every project here uses maven, and I would assume many of you also use eclipse or some other similar IDE. Has anyone found a good way

RE: maven question

2005-04-13 Thread Arnaud HERITIER
Hi Kyle, The first time you need to add an environment in your eclipse settings to define your maven repository home : maven -Dmaven.eclipse.workspace=/your/path/to/your/eclipse/workspace eclipse:add-maven-repo Then, in any maven project you generate your eclipse

RE: maven question

2005-04-13 Thread Kyle Miller
Thanks Arnaud, That is exactly what I was looking for... :) --- Arnaud HERITIER [EMAIL PROTECTED] wrote: Hi Kyle, The first time you need to add an environment in your eclipse settings to define your maven repository home : maven