You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Slawomir Jaranowski (Jira)" <ji...@apache.org> on 2021/04/04 13:22:00 UTC

[jira] [Created] (MNG-7137) maven core-its fails on empty repo

Slawomir Jaranowski created MNG-7137:
----------------------------------------

             Summary: maven core-its fails on empty repo
                 Key: MNG-7137
                 URL: https://issues.apache.org/jira/browse/MNG-7137
             Project: Maven
          Issue Type: Bug
          Components: Integration Tests
            Reporter: Slawomir Jaranowski


When we have fresh checkout of {{apache/maven-integration-testing}} and run test by
{code:java}
MAVENCODEBASE=../maven ./run-its.sh
{code}
test {{mng7045 DropUselessAndOutdatedCdiApi.ShouldNotLeakCdiApi()}}
 fail with:
{code:java}
[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)
{code}
 
 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)