Transitive Dependencies Not included in Eclipse
-----------------------------------------------
Key: MNGECLIPSE-498
URL:
http://jira.codehaus.org/browse/MNGECLIPSE-498 Project: Maven Integration for Eclipse
Issue Type: Bug
Components: Dependency Resolver
Affects Versions: 0.9.0
Environment: Mac OS X Leopard 10.5.2, Eclipse Europa 3.3.2
Reporter: Jarrod Carlson
Attachments: pom.xml
Transitive dependencies are not being included in the Eclipse environment using the latest build of the plugin (0.9.0.20080310-1400-Sonatype).
Project A depends on project B, which depends on project C. Project A has Java code referencing code in project C. Eclipse has compilation errors, because it cannot resolve class types found in project C.
An example: We are building a web service application. Our project depends on org.springframework.ws :: spring-ws-core-tiger : 1.0.3, which in turn depends on org.springframework.ws :: spring-ws-core : 1.0.3. Our project references org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint, but Eclipse is unable to resolve this class type, because spring-ws-core is not included in the Maven Dependencies.
Adding spring-ws-core as a direct dependency of our project resolved the build error in Eclipse, but other dependencies are not listed.
--
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 from this list, please visit:
http://xircles.codehaus.org/manage_email