subprojects not included when the root pom has packaging pom
------------------------------------------------------------
Key: MECLIPSE-67
URL: http://jira.codehaus.org/browse/MECLIPSE-67
Project: Maven 2.x Eclipse Plugin
Type: Bug
Versions: 2.1
Environment: all
Reporter: Olivier Lamy
Priority: Blocker
I have the following structure :
root-directory :
pom.xml (root one which declares modules)
- module model (pom.xml)
- module services (pom.xml which depends on model)
- module dao (pom.xml which depends on model)
- ..
- module responder (pom.xml which depends on model , dao and other modules)
When i use mvn eclipse:eclipse in the directory containing the root pom.
My services eclipse project doesn't contains a reference to the other eclipse
project model but to the jar in my local repository. I can do it manually but
automatic could be great.
Do I have a particular setting to do in my eclipse plugin or I misunderstood
something ?
Thanks,
- Olivier
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]