jira-importer

Results 1061 comments of jira-importer

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented Created a reproducer https://github.com/cstamas/MNG-8104 It works well locally: all went thru mitmproxy !image-2024-04-23-12-02-38-218.png!

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented Ok I think I got it. This issue is not about Maven 3.9.6, is fine. This issue is about dependency:get that it does not honors proxy. On...

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented As a workaround, you can try ``` mvn eu.maveniverse.maven.plugins:toolbox:gav-resolve-transitive -Dgav=org.apache.maven:maven-core:2.2.1 ``` Tested it, and this one obeys HTTP proxy.

**[Patrick Mackinlay](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER304196)** commented Its not just "dependency:get". I used dependency get as an example and to resproduce the problem. All our builds fail with maven 3.9.6 and a cleared repository.  ...

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented When you say "build fails", what error you get?

**[Patrick Mackinlay](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER304196)** commented an error like [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.6.1:get (default-cli) on project standalone-pom: Couldn't download artifact: org.eclipse.aether.resolution.DependencyResolutionException: Failed to read artifact descriptor for org.apache.maven:maven-core:jar:2.2.1: The following artifacts...

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented Yes, but this is clearly m-dependency-p issue, as the plugin itself was downloaded (via proxy) as it runs... So, this issue is related to m-dependency-p and not...

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented One more question: you say 3.9.2 "works" and 3.9.6 "does not work". Any info about used m-dependency-p version maybe? So m-dependency-p 3.6.1 works in Maven 3.9.2 but...

**[Patrick Mackinlay](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER304196)** commented maven 3.9.2 uses maven-dependency-plugin 2.8, so yes I would say that the problem is in the plugin. If I create a pom which specifically downgrades the maven-dependency-plugin...

**[Sylwester Lachiewicz](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slachiewicz)** commented The m-dependecy-p is still full of maven-artifact-transfer code. It looks like [sjaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=sjaranowski) is doing some cleanups.