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

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


Back to the top