Package network.ike.plugin.release.local


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