Package network.ike.plugin.release.local
package network.ike.plugin.release.local
-
ClassDescriptionInputs to the
LocalPhase— values the prep stage computes before the local phase runs.Outcome of theLocalPhase— the local-only release work (POM rewrites, commit, tag, merge to main, post-release bump).The local-only release phase — B13 through B19 of theReleaseDraftMojoblock audit: B13 — cutrelease/<version>branch from main B14 — replace project-version refs, scan for surviving SNAPSHOTs B15 — firstmvn clean install(Maven 4 consumer POM flatten + local install) B16 — pre-flight site build (catches javadoc errors before tag) B17 — release commit onrelease/<version>B18 —git tag v<version>— the irreversibility boundary B19a — restore${project.version}references, restore-commit B19b — mergerelease/<version>tomainB19c — post-release bump to next-SNAPSHOT, install, commit, delete release branch