quarkiverse / quarkus-operator-sdk

Quarkus Extension to create Kubernetes Operators in Java using the Java Operator SDK (https://github.com/java-operator-sdk/java-operator-sdk) project
Apache License 2.0
120 stars 50 forks source link

Modify nightly build script to avoid maintaining a separate branch #592

Open metacosm opened 1 year ago

metacosm commented 1 year ago

What needs to be done:

Things that are currently not easily achieved / done are retrieving the latest fabric8 version automatically and adding the bom to the build parent.

metacosm commented 1 year ago

Actually, the build script would need to be either embedded or modified because it checks out a named branch so we'd need to either make it run on an existing checkout or make it able to run pre-processing script on the checked out branch before starting the actual build so that the main branch checkout could be modified according to the steps outlined in the issue description.

metacosm commented 1 year ago

Maybe use https://github.com/l2x6/pom-tuner to modify the main branch on the fly?

metacosm commented 1 month ago

A lot of this has already been implemented but the snapshot release aspect is not solved.