Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
2.0.2
-
None
-
None
Description
I have a project (continuum-core-it) that need to use all transitive dependencies of a war (continuum-webapp). If i add the war as a dependency of the project with packaging war, war dependencies aren't shown by project, maven doesn't try to resolve them and doesn't add them in classpath.
If if replace packaging from war to pom, all dependencies are resolved and added to classpath.