jira-importer
jira-importer
**[Hervé Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** commented it looks like the first coment from Brian was not understood: "The problem is that the project isn't injected with the plugins from the standard lifecycle. I...
**[Hervé Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** commented I just tested the pom.xml proposed as test case: - with Maven 3.0.5+ and maven-depdendency-plugin 2.8, plugins from standard lifecycle are downloaded - with Maven 2.2.1, plugins...
**[Daniel Abraham](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dabraham)** commented I'm running mvn 3.5.2, and I tried the workaround above. There's two issues, one of which has its own workaround, but the other I haven't been able...
**[John](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=chittum)** commented Using Apache Maven 3.3.9, this error persists. Our build system uses a "provision" step where all dependencies are gathered (we support a lot more than Maven), and a...
**[John](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=chittum)** commented To narrow this down to versions. maven = 3.5.2 ```java mvn dependency:go-offline mvn -o clean install ``` Fails with missing poms for transitive dependencies of plugins: ```java ---...
**[Hervé Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** commented TL;DR = **Works with Maven 3.1.0+ and maven-dependency-plugin 3.0.0+, fails with any Maven version or maven-dependency-plugin before** If you have any issue, please precise which Maven and...
**[Bob van der Linden](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=bobvanderlinden)** commented This is not yet fixed for me. Consider the following: https://gist.github.com/bobvanderlinden/960203d38475c4e0ffe861b049bbc107 It fails with the following error: `[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.5.2:install (default-install) on...
**[Antoine Morvan](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=antoine-morvan)** commented Hi, I'm experiencing issues also, with plugin version 3.1.1. I uploaded a small example project to reproduce: https://github.com/antoine-morvan/resolve_plugin_issue Best.
**[Sylwester Lachiewicz](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slachiewicz)** commented For [Antoine Morvan](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=antoine-morvan) sample project issue is with org.apache.maven.plugin.internal.PluginDependencyResolutionListener#isWagonProvider where old 2.x Maven's Wagon was excluded from dependences. I hope after org.jacoco:jacoco-maven-plugin will be updated to 3+...
**[Sylwester Lachiewicz](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slachiewicz)** commented Problem with jacoco-maven-plugin has been resolved with migration to plugin-api 3.0 - version 0.8.3 can be used in "offline mode" For future reference: artifacts from https://github.com/apache/maven/blob/master/maven-core/src/main/resources/META-INF/maven/extension.xml#L128 list...