Re: [eclipse plugin] How to use other project

2007-11-16 Thread Roland Asmann
Create a new Maven-project and add all the projects you have in your workspace in the modules-part of the POM. Now, if any of the projects in your workspace have dependencies to each-other, the plugin should handle this correctly when building from this new POM. On Friday 16 November 2007

Re: [eclipse plugin] How to use other project

2007-11-16 Thread Arnaud HERITIER
http://jira.codehaus.org/browse/MECLIPSE-344 ?? Arnaud On Nov 16, 2007 5:52 PM, Daniele Dellafiore [EMAIL PROTECTED] wrote: Hi. I am trying to figure out if it is possible to define in pom what other eclipse projects, present in the workspace, have to be included in project classpath.