Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.4
-
None
Description
- project1
- project2 (dep project1)
- project3 (dep project2)
- parent pom (module project1,project2,project3)
mvn compile
build project1
build project2
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
build project3
[INFO] Failed to resolve artifact.
in project2 no target created
-------------------------------
Workaround
put Noop.java into source so it will build some sources
Attachments
Issue Links
- is duplicated by
-
MNG-3751 Multi-module project is non-deterministic in evaluating reactor artifacts defined as dependencies unless they are installed in the local repository
- Closed