Herve Boutemy created MRELEASE-1097: ---------------------------------------
Summary: clarify goal vs phase terms in output and documentation Key: MRELEASE-1097 URL: https://issues.apache.org/jira/browse/MRELEASE-1097 Project: Maven Release Plugin Issue Type: Improvement Affects Versions: 3.0.0-M5 Reporter: Herve Boutemy Fix For: 3.0.0-M6 {noformat}$ mvn release:prepare -DdryRun [INFO] Scanning for projects... [INFO] [INFO] ---------------< groupId:artifactId >--------------- [INFO] Building Name 1.4.2-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-release-plugin:3.0.0-M5:prepare (default-cli) @ artifactId --- [INFO] phase verify-release-configuration (dry-run) [INFO] starting prepare goal in dry-run mode, composed of 17 phases: check-poms, scm-check-modifications, check-dependency-snapshots, create-backup-poms, map-release-versions, input-variables, map-development-versions, rewrite-poms-for-release, generate-release-poms, run-preparation-goals, scm-commit-release, scm-tag, rewrite-poms-for-development, remove-release-poms, run-completion-goals, scm-commit-development, end-release {noformat} "phase verify-release-configuration" but "starting prepare goal in dry-run mode, composed of 17 phases" {nofomat}$ mvn release:perform -DdryRun [INFO] Scanning for projects... [INFO] [INFO] ---------------< groupId:artifactId >--------------- [INFO] Building Name 1.4.2-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-release-plugin:3.0.0-M5:perform (default-cli) @ artifactId --- [INFO] phase verify-release-configuration (dry-run) [INFO] starting perform goal in dry-run mode, composed of 3 phases: verify-completed-prepare-phases, checkout-project-from-scm, run-perform-goals {noformat} same "phase verify-release-configuration" than previously -- This message was sent by Atlassian Jira (v8.20.7#820007)