I have 2 projects tied together by a main project which has packaging "pom"
and both the other projects as modules. directory layout is as folows:
- workspace
|- my-project-main
|- pom.xml (packaging=pom,modules=common,framework)
|- my-project-common
|- pom.xm
|- my-project-framework
|- pom.xml
In other words I have checked this out as ONE project in eclipse.
I run the following:
c:\workspace\my-project> mvn eclipse:eclipse
..and .project and .classpath files are generated for each of the
(maven)projects individually The main project's classpath does not include
classpath settings for either of its sub projects (common or framework).
How can I merge the .classpath files from the sub projects? Or can I somehow
tell maven-eclipse-plugin to put all the variables into the top-level
project's .classpath? I need this hierachical file structure for the Release
plugin to work.
Thanks for any help in advance!
--
View this message in context:
http://www.nabble.com/maven-eclipse-plugin-and-hierachical-project-layout-tp15031456s177p15031456.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]