Maven assembly plugin - Proxies not working with mirrors

2022-12-22 Thread Abhinav Sharma
Hi, I am using maven 3.8.2 with java 11 in my system, with remotes configured for jfrog artifactory. With both mirror and proxy added, mvn is ignoring the proxies and failing to resolve any dependency. How do I set proxies for maven mirrors as well? Without a mirror, the maven assembly plugin is

Re: Maven assembly plugin - Proxies not working with mirrors

2022-12-22 Thread Delany
Use Maven v3.8.6 if you can Abhinav Delany On Thu, 22 Dec 2022 at 14:17, Abhinav Sharma wrote: > Hi, > I am using maven 3.8.2 with java 11 in my system, with remotes configured > for jfrog artifactory. > > With both mirror and proxy added, mvn is ignoring the proxies and failing > to resolve an

Re: Maven assembly plugin - Proxies not working with mirrors

2022-12-22 Thread Abhinav Sharma
I have tried with maven 3.8.6 as well. Same error comes. On Thu, 22 Dec, 2022, 19:00 Delany, wrote: > Use Maven v3.8.6 if you can Abhinav > Delany > > > On Thu, 22 Dec 2022 at 14:17, Abhinav Sharma > wrote: > > > Hi, > > I am using maven 3.8.2 with java 11 in my system, with remotes configured

Re: Maven assembly plugin - Proxies not working with mirrors

2022-12-22 Thread Delany
Sorry not familiar with proxies. Make sure there isn't a bug at https://issues.apache.org/jira/projects/MNG/issues/MNG-7642?filter=allopenissues Delany On Thu, 22 Dec 2022 at 15:34, Abhinav Sharma wrote: > I have tried with maven 3.8.6 as well. Same error comes. > > On Thu, 22 Dec, 2022, 19:00

[ANN] Apache Maven Wagon 3.5.3 released

2022-12-22 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.5.3. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.5.3 ** Dependency upgrade * [WAGON-631] - Upgrade and clean up dependencies Enjoy, -The Apache Maven team