Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.4, 2.5
-
None
-
None
-
Maven 2.0.8
Description
The scenario is as follows:
Parent Project P
+-- Project A
`- Project B
B has a dependency on A (B requires A).
A user with an empty local repository cannot checkout the whole project and
run 'mvn eclipse:eclipse' due to unsatisfied dependencies. The build will
fail in Project B because Project A is missing from the repository.
A 'mvn install' has to be executed before (at least for Project A). But what
if the project is in a state where it doesn't compile? It's not possible in
this case for a new user to start developing with eclipse.
See also http://www.nabble.com/maven-eclipse-plugin-with-multi-module-projects-to15222495s177.html
Attachments
Issue Links
- duplicates
-
MNG-3283 Plugins that require dependency resolution in early phases cause dependency resolution issue
- Reopened
- is depended upon by
-
MENFORCER-42 Maven-Enforcer-Plugin fails in multimodule project when artifacts not in repository
- Closed