You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Rob Hasselbaum <ro...@hasselbaum.net> on 2007/12/12 16:21:56 UTC

Updating Eclipse project dependencies

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,
-Rob

Re: Updating Eclipse project dependencies

Posted by Arnaud HERITIER <ah...@gmail.com>.
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 <ro...@hasselbaum.net> wrote:

> 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 that you can safely run eclipse:eclipse at any time.
> >
> > Nico.
> >
> > 2007/12/12, Rob Hasselbaum <ro...@hasselbaum.net>:
> >
> >> 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,
> >> -Rob
> >>
> >>
> >
> >
>
>


-- 
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................

Re: Updating Eclipse project dependencies

Posted by Rob Hasselbaum <ro...@hasselbaum.net>.
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 that you can safely run eclipse:eclipse at any time.
>
> Nico.
>
> 2007/12/12, Rob Hasselbaum <ro...@hasselbaum.net>:
>   
>> 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,
>> -Rob
>>
>>     
>
>   


Re: Updating Eclipse project dependencies

Posted by nicolas de loof <ni...@apache.org>.
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 <ro...@hasselbaum.net>:
>
> 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,
> -Rob
>