realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.45k stars 1.75k forks source link

[DO NOT MERGE] manual release to maven central #7704

Open nhachicha opened 2 years ago

nhachicha commented 2 years ago

This is a template PR of how you can replay a release build to bypass the checks of tests, tags etc and only publish the artifacts into maven central.

This originally was motivated by a successful release job but an incomplete upload of artefacts into the staging repository in SOnatype/Maven. The idea is to disable part of some of the checks and steps in the publish script as well as some unnecessary Jenkins stages (slack notification, tests etc).