Well for example:
I have a project that is setup as different modules.

Project X
  UI module
  EJB module
  Y module

Instead of using a single maven project, all the modules are their own
project.
In cvs they are kept in the same way (similar to maven-plugins)

In eclipse I setup one java project (Project X)
And add the src folders/dependencies of all the submodules.

In order to do thi, however, I have to:

1) maven eclipse from the root.
2) maven eclipse:generate-classpath from each of the submodules that
define their own dependencies.
3) merge all the subprojects' .classpath files into the parent.
4) refresh the eclipse project and remove all (possible) duplicates and
errors from the merge.

It would be nice if the eclipse project was aware that it was a
multiproject and did its magic.

Tim Chen
[EMAIL PROTECTED]


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 12, 2004 6:31 PM
To: Maven Users List
Subject: RE: maven eclipse enhancement


"Tim Chen" <[EMAIL PROTECTED]> wrote on 13/02/2004 09:53:19 AM:

> Sorry to jump on this thread with something a bit off the original 
> intent. It would also be nice if the eclipse target supported 
> multiproject.

What do you mean by this?
--
dIon Gillard, Multitask Consulting


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




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

Reply via email to