Thomas Tardy wrote:
is it possible to define in a project that m2eclipse should resolve project dependencies but for some projects it should use jar dependencies?
Dependency resolution from workspace is configured per-project from the "Maven Dependencies" container settings.

If project is configured to resolve dependencies from workspace it will pickup all projects from workspace with matching groupId, artifactId and version. If it won't be able to find matching version in workspace then jar from local Maven repository would be used. If you don't want dependencies resolved as projects from workspace then you can either close projects or increase version in their pom. If you are making changes on those projects, the latter make sense.

 regards,
 Eugene



---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to