From 7683f7b88b4303a0a2f1908af2408833dd11a430 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 14 Jan 2024 12:52:26 +0100 Subject: [PATCH] Cleanup of release instructions --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f1387156..7a96509d 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,11 @@ This plugin generates a flattened version of your pom.xml and makes maven to ins ## Releasing * Make sure `gpg-agent` is running. -* Execute `mvn -B release:prepare release:perform` +* Execute `mvn release:prepare release:perform` For publishing the site do the following: ``` cd target/checkout -mvn verify site site:stage scm-publish:publish-scm +mvn site scm-publish:publish-scm ``` diff --git a/pom.xml b/pom.xml index b025a895..bd836cd3 100644 --- a/pom.xml +++ b/pom.xml @@ -122,7 +122,7 @@ scm:git:https://github.com/mojohaus/flatten-maven-plugin.git scm:git:ssh://git@github.com/mojohaus/flatten-maven-plugin.git - 1.4.1 + HEAD https://github.com/mojohaus/flatten-maven-plugin/tree/master