-
Sub-task
-
Resolution: Unresolved
-
Normal
-
None
-
Product / Portfolio Work
-
False
-
-
False
-
None
-
Unset
-
-
-
ReBAC Sprint 13, ReBAC Sprint 14, ReBAC Sprint 15
Every time the code is merged OR every time a release is made (TBD) a github actions pipeline should run to generate, version and push the maven artifacts into maven central.
The current manual process is documented here:
https://docs.google.com/document/d/1MR4l0qUGdXIFraP-3Ke7V0isHTD3I4-FeYGbedUhEWQ/edit?usp=sharing
Pre-requisite:
Acceptance criteria:
- Determine when and how new releases (bump in maven version number and push to maven central) will be made.
- Have a github actions pipeline trigger on this event with the following actions:
- Set the correct version in the pom.xml.
- Generate artifacts as with ./mvn deploy.
- Push the artifacts to maven central.