axion-release-plugin
axion-release-plugin copied to clipboard
add -SNAPSHOT even when on a tag
Hi,
for consistency we would like to always append -SNAPSHOT even if we are on tag (for feature branches).
Is there a way to always force -SNAPSHOT?
Hi @david0
Would this help you? https://axion-release-plugin.readthedocs.io/en/latest/configuration/force_version/#force-snapshot-version
Hm, I don't think so since that would also force master to be SNAPSHOT then.
We are looking for a solution that works on the developers PC as well as on the CI, so adding parameters to the gradle in special conditions does not seem feasible to me in general.