Re: Updating Eclipse project dependencies

2007-12-12 Thread Arnaud HERITIER
By default the eclipse plugin keeps your additionnal settings. You lost them only if you call eclipse:clean If it's not the case, you can open an issue. Arnaud On Dec 12, 2007 9:24 PM, Rob Hasselbaum <[EMAIL PROTECTED]> wrote: > But there are some project settings that have nothing to do with Ma

Re: Updating Eclipse project dependencies

2007-12-12 Thread Rob Hasselbaum
But there are some project settings that have nothing to do with Maven such as project-specific Java Code Style settings, for example. Are those left intact? On 12/12/2007 10:25 AM, nicolas de loof wrote: > You should change the project configuration byusing the maven-eclipse-plugin > options, so

Re: Updating Eclipse project dependencies

2007-12-12 Thread nicolas de loof
You should change the project configuration byusing the maven-eclipse-plugin options, so that you can safely run eclipse:eclipse at any time. Nico. 2007/12/12, Rob Hasselbaum <[EMAIL PROTECTED]>: > > Hi, > > I'm new to Maven and I'm using the eclipse:eclipse goal to generate an > Eclipse project.

Updating Eclipse project dependencies

2007-12-12 Thread Rob Hasselbaum
Hi, I'm new to Maven and I'm using the eclipse:eclipse goal to generate an Eclipse project. Quick question: If the dependencies change, how do I update the project? I suppose I can just run eclipse:eclipse again, but will that preserve changes that I've made to the project configuration? Thanks,