Closed peteyoungs closed 1 year ago
@peteyoungs Thanks for reporting this issue. We released Maven Artifactory plugin v3.6.1 to fix it. The fix is expected to be available in Maven Central in a few hours. Feel free to upgrade - we'd appreciate your feedback on that.
Hi @yahavi, the problem is fixed. Thanks for the quick turnaround
@peteyoungs Thanks for your feedback and for providing the stack trace which helped us to resolve this issue quickly. I'm glad to hear that it works for you now.
Describe the bug
Several of our builds are failing since the release of version 3.6.0 with message NullPointerException We do not fix the plugin version in our poms so the builds automatically use the latest version This appears to be due to the introduction of the proxy configuration in the plugin
Current behavior
Build fails with this error
Running with
mvn -X
reveals the stack traceReproduction steps
Ensure that the user maven settings.xml does not contain any proxy settings Create a new maven project (e.g. using the quickstart archetype command here) Execute the plugin from the project directory
mvn org.jfrog.buildinfo:artifactory-maven-plugin:3.6.0:publish
The build fails with messageNullPointerException
Expected behavior
The build should complete succesfully, as it does with version 3.5.1
Artifactory Maven plugin version
3.6.0
Operating system type and version
Windows 10
JFrog Artifactory version
No response
Maven version
3.8.3