Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.1, 3.0-beta-1
-
None
Description
In a simple multi-module project with a parent pom "modules-parent", two sub modules "module-a" and "module-b", where B depends on A, I've not been able to get the Maven "--resume-from" feature to work.
Specifically, I expect:
> mvn --resume-from module-b test
would resume execution of the "test" goal in "module-b". Instead it fails with a missing artifact error:
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) org.test:module-a:jar:0.0.1-SNAPSHOT
Why isn't Maven resolving the within-multi-module dependency? I've attached a simple project that reproduces the problem with Maven 2.2.1 and Maven 3.0-beta-1.
Attachments
Attachments
Issue Links
- causes
-
MNG-7527 Resolving inter-module dependencies does not work like expected
- Open
- is depended upon by
-
MNG-6160 Forking process not always aware of reactor projects
- Closed
- is duplicated by
-
MNG-7099 Can not resume build without installing the artifacts
- Closed
- relates to
-
MNG-7024 Directory instead of file in an artifact
- Closed
- links to