Open poikilotherm opened 2 years ago
@lincolnthree here's a PR to look at (it should not be merged yet as we need to coordinate a few things...)
Open questions:
distribution
module of which I'm not sure what's it supposed to do - should the resulting ZIP be pushed to Central, too? Should this be included in a Github release as an artifact?pomchecker:check-maven-central
is not happy about missing <name>
from them!We might need to use sth like the flatten plugin to remove the cruft like <repositories>
...
Hey! Thanks for this PR.
secrets.MAVEN_GPG_KEY
and secrets.MAVEN_GPG_PASSPHRASE
, is that right or did I miss any vars?I don't even see a <repositories>
element in the pom.xml
. Where is that coming from? Possibly one of the samples?
Okay, I have added the two secrets, though I'm not 100% sure the secret is in the correct format. If I am understanding correctly, I think creating releases via the GitHub UI would be preferable to auto-creating based on tags. But... we can figure that out I guess. What would the difference be between the two in terms of configuration?
Relates to #351