Details
-
Bug
-
Status: Reopened
-
Minor
-
Resolution: Unresolved
-
1.1, 1.2
-
None
-
None
-
Maven version: 2.0.8
Java version: 1.5.0_12
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
Description
Attaching the antrun plugin to the clean phase causes it to interfere with local dependency resolution for sibling projects.
An example is attached.
The project consists of project 'test' with modules 'test-a' and test-b'. 'test-a' depends on 'test-b'.
If you run "mvn clean" on the root POM, the clean succeeds.
If you run "mvn clean -Pbuild-failure" it fails.
Attachments
Attachments
Issue Links
- depends upon
-
MNG-3283 Plugins that require dependency resolution in early phases cause dependency resolution issue
- Reopened
- is duplicated by
-
MANTRUN-216 CLONE - Use of AntRun during clean phase fails multiproject with intermodule dependencies
- Closed