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

[jira] [Issue Comment Deleted] (MNG-7137) maven core-its fails on empty repo

     [ https://issues.apache.org/jira/browse/MNG-7137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maarten Mulders updated MNG-7137:
---------------------------------
    Comment: was deleted

(was: That is essentially what the [GitHub Action|https://github.com/apache/maven/actions] does as well: there, the test for MNG-7045 runs without problems. I've tried on my local machine, where it also works, even when I completely wipe out *./repo*.

[~slawekjaranowski], could you share a little bit more about your setup?)

> 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
>            Assignee: Maarten Mulders
>            Priority: Major
>
> 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)