I am the final phase of the ant 2 maven project. I think. :) I am now trying to put the projects into an eclipse workspace and I run into the following problem:
Project A/pom.xml and has a bunch of submodules Project B/pom.xml and has a bunch of submodules. I can run eclipse:eclips on A,B and i will get the project files for all the submodules. However I can't figure it out how can I add the two projects to one eclipse workspace. I can create two workspaces and add the projects as workspace A/ project 1,2,3 and workspace B/ project 1,2,3. But I cannot add them to the same workspace. I cannot do WORKSPACE/ all modules here since project a/pom.xml would overwrite project b/pom.xml (they are in the root). I don't want to move them to a flat structure because that I understand is not supported in the release plugin. So: what can I do? thanks, Attila __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
