maven-semantic-release
maven-semantic-release copied to clipboard
Maven Central is hard-coded
Hello, I'm trying to use this plugin on GitHub Actions Enterprise and running into some issues.
Current behavior
Maven central is hard-coded here https://github.com/conveyal/maven-semantic-release/blob/dev/lib/verify-release.js#L87
Expected behavior
We should be able to use private Maven repositories such as Nexus.
While you're waiting for this to be changed (because it's pretty useful), you could use the --skip-maven-deploy flag and execute the maven deploy in a ci/cd or with use of the exec-plugin.