Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When we have fresh checkout of apache/maven-integration-testing and run test by
MAVENCODEBASE=../maven ./run-its.sh
test mng7045 DropUselessAndOutdatedCdiApi.ShouldNotLeakCdiApi()
fail with:
[ERROR] Failed to execute goal org.codehaus.gmavenplus:gmavenplus-plugin:1.11.0:execute (run) on project test: Execution run of goal org.codehaus.gmavenplus:gmavenplus-plugin:1.11.0:execute failed: Plugin org.codehaus.gmavenplus:gmavenplus-plugin:1.11.0 or one of its dependencies could not be resolved: Could not find artifact org.apache.ant:ant:jar:1.10.8 in central (file:target/null)
Probable cause is the commit: https://github.com/apache/maven-integration-testing/commit/39a2071ffc68e6f2908609fc8deef54bb30f5f39
After it dependencies of org.codehaus.gmavenplus:gmavenplus-plugin is not resolved in proper way.
org.apache.groovy:groovy-ant:4.0.0-alpha-2 has dependency to org.apache.ant:ant:jar:1.10.9 and version of org.apache.ant:ant:jar:1.10.8 is skipped.