I am using the Maven plugin, need to generate semantic-version, but I also need to skip this goal once I already have the version generated so that it does not execute anymore on further builds, have tried with skip tag set to true but it only skips the changelog generation goal, so I tried to separate goals in two different executions but found out that the semantic-version execution does not allow tag, is there a way to also skip the semantic-version generation?
I am using the Maven plugin, need to generate semantic-version, but I also need to skip this goal once I already have the version generated so that it does not execute anymore on further builds, have tried with skip tag set to true but it only skips the changelog generation goal, so I tried to separate goals in two different executions but found out that the semantic-version execution does not allow tag, is there a way to also skip the semantic-version generation?
My plugin config atm: