jira-importer
jira-importer
**[Ivo míd](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=bedla.czech)** commented Workaround could be to use https://github.com/qaware/go-offline-maven-plugin (as described here https://stackoverflow.com/a/58767388/535560)
**[Marcello de Sales](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=marcellodesales)** commented # Worked by Adding Latest Maven Libraries * Following the update of the maven dependencies plugin following [Hervé Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)'s suggestions: **version 3.1.1** * Also had to...
**[Archimedes Trajano](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=trajano)** commented I have an MVCE that shows that it does not work with maven-dependency-plugin 3.8.2 https://github.com/trajano/spring-beanpostproc-mvce
**[Chris Warburton](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER286160)** commented I got 3.2.0 to work, but I also hit https://issues.apache.org/jira/browse/MNG-6965 which causes an implicit dependency on plexus-utils:1.1, which isn't picked up by go-offline. I worked around it...
**[Feliks Khantsis](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER280748)** commented Hey [Marcello de Sales](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=marcellodesales) if you are still around three years later, what is in settings.xml? I am working on Docker builds, and even the [Docker manve](https://github.com/carlossg/docker-maven)...
**[Gili](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cowwoc)** commented Is this issue fixed now that https://issues.apache.org/jira/browse/MNG-6965 is fixed?
**[Bas van Erp](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER300062)** commented [Gili](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cowwoc) definitely not. Maven 3.9.2 with maven-dependency-plugin:3.6.0 and its driving me nuts.
**[Artem Yak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dr29bart)** commented Did not work with 1. Maven 3.9.6 2. maven-dependency-plugin:3.6.1 3. maven-surefire-plugin:3.2.5 4. testng:7.9.0 ```java org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.2.5:test (default-test) on project payments-qa: Execution default-test of...
**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** commented Yep, definitely flaky. Passed the next time when I reran the failed tests in the Github actions UI.
**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** commented also failed on a pure doc change in #449