Issue Overview
We might want to release a CR build "early", in order to resume the project status.
In such a context, it could be useful to cut the final changes to the bare minimum, and let replacements happen asynchronously.
Recently, we've merged changes to the Fabri8 Maven Plugin integration, being such plugin deprecated, in order to have future replacement with the JKube Maven plugin.
This completely makes sense, but we should discuss whether to revert such changes to release something we can start use somewhere early enough, and implement the replacement with JKube separately, or whether the current implementation is in a good enough shape to be finished, i.e. the replacement is tested and documented.
Expected Behaviour
Although being deprecated, an early-cut release should still provide integration with the Fabric8 Maven Plugin
Current Behaviour
Changes in 11408cb should be verified by running the related integration tests.
Steps To Reproduce
mvn clean verify # and check all the related tests
Additional Information
N/A
Issue Overview
We might want to release a CR build "early", in order to resume the project status.
In such a context, it could be useful to cut the final changes to the bare minimum, and let replacements happen asynchronously.
Recently, we've merged changes to the Fabri8 Maven Plugin integration, being such plugin deprecated, in order to have future replacement with the JKube Maven plugin.
This completely makes sense, but we should discuss whether to revert such changes to release something we can start use somewhere early enough, and implement the replacement with JKube separately, or whether the current implementation is in a good enough shape to be finished, i.e. the replacement is tested and documented.
Expected Behaviour
Although being deprecated, an early-cut release should still provide integration with the Fabric8 Maven Plugin
Current Behaviour
Changes in 11408cb should be verified by running the related integration tests.
Steps To Reproduce
mvn clean verify # and check all the related testsAdditional Information
N/A