Merge pull request #21136 from github/mbg/java/maven-plugin-repo-changenote

Java: Add change note for plugin repo support
This commit is contained in:
Michael B. Gale
2026-01-26 10:44:51 +00:00
committed by GitHub

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* When Maven-compatible private package registries are configured for an organisation for Default Setup, CodeQL will now configure Maven to also use these as plugin repositories. CodeQL previously already configured Maven to use them as regular package repositories. This should now allow Maven plugins to be obtained from private registries.