maven-semantic-release icon indicating copy to clipboard operation
maven-semantic-release copied to clipboard

Maven Central is hard-coded

Open wsams opened this issue 2 years ago • 1 comments

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.

wsams avatar Mar 16 '22 17:03 wsams

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.

p-kern avatar May 11 '23 09:05 p-kern