Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Resolve dependencies from workspace projects: classifier resolution not working

Ah, got it now. A purely maven based dependency relation would require mvn install at every step :)
Both Igor and and Greg, thanks a lot for your help. you've really saved me hours of document hunting!

Kind regards
Seref

On Mon, Sep 3, 2012 at 1:58 PM, Greg Thomas <greg.d.thomas@xxxxxxxxx> wrote:
On 3 September 2012 13:50, Seref Arikan <serefarikan@xxxxxxxxx> wrote:
> Thanks a lot for your help, I think I got it now, just trying to understand
> what I'm losing with not having workspace dependency on :)

With workspace resolution, if project A depends on project B, I can
make changes to project B and project A will pick them up immediately.

Without workspace resolution, I have to remember to mvn install
project B before project A picks them up.

Greg
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top