Re: Maven Ant Tasks - Central 501 HTTPS Required

2020-02-13 Thread Hervé BOUTEMY
maven-ant-tasks have been deprecated in favor of Maven Artifact Resolver Ant Tasks: https://maven.apache.org/resolver-ant-tasks/ Did you consider upgrading? The new tasks are a little bit different, but they are equivalent and built against Maven 3 resolution. Regards, Hervé Le mercredi 12

[ANN] Apache Maven Shade Plugin 3.2.2 Released

2020-02-13 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Shade Plugin, version 3.2.2 This plugin provides the capability to package the artifact in an uber-jar, including its dependencies and to shade - i.e. rename - the packages of some of the dependencies.

Re: Debugging spring-boot-maven-plugin in IntelliJ

2020-02-13 Thread Greg Chabala
This may not be the best solution, but when I need to debug into a maven plugin, I temporarily add the plugin to my project in compile scope. Then I can easily browse the source and IntelliJ will start hitting the debug breakpoints. Cheers, Greg Chabala On Thu, Feb 13, 2020 at 2:31 PM Jeeva

Maven Ant Tasks - Central 501 HTTPS Required

2020-02-13 Thread Tim N
Yes, I'm still using Ant and Ant Maven Tasks, which has now succumbed to the "501 HTTPS Required" bug. I tried a quick fix patch ( https://github.com/tntim96/maven-ant-tasks/commit/b5a89db590e54126164d9d50a5062a0cb4be056c), but not only does the build fail, the resultant JAR still exhibits the