On Jan 15, 2008 8:14 PM, TM <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> my question is about whether it is possible to let the Maven Eclipse plugin
> create the ".classpath" file in a way that it will directly reference
> dependency projects instead of referencing the JAR artifact from the local
> repository. The following example .classpath file for a project named "foo"

Yes, when mvn eclipse:eclipse is run for a multi module project, the
dependencies between the modules will be project dependencies.

If you have some independent projects, you can come up with an
artificial top level pom that has the projects as modules and start
mvn eclipse:eclipse from there.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to