This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 0d0a1d5731858f4999dc625749c36bcc6da747d7 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Fri Aug 5 14:43:46 2022 +0200 Tuning the release process --- src/site/xdoc/release-process.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/site/xdoc/release-process.xml b/src/site/xdoc/release-process.xml index 79fb5b54b1..fc9b628e49 100644 --- a/src/site/xdoc/release-process.xml +++ b/src/site/xdoc/release-process.xml @@ -219,10 +219,6 @@ gpg: Signature made ...]]></source> <source><![CDATA[scm.url=scm:git:https://gitbox.apache.org/repos/asf/syncope.git scm.tag=syncope-$VERSION]]></source> </li> - <li> - Run the <code>release:perform</code> step. - <source>mvn -P apache-release release:perform -Darguments="-P all,docker,skipTests -DbuildNumber=syncope-$VERSION"</source> - </li> <li> Backup (zip or tar) your local release candidate directory in case you need to rollback the release after the next step is performed. @@ -340,8 +336,8 @@ svn commit -m "Staging site for release"]]></source> </li> <li> From <code>$SYNCOPE_RELEASE_DIR</code> execute (this step will create a maven staging repository): - <source>mvn -P apache-release release:perform -Darguments="-P all,docker -DbuildNumber=syncope-$VERSION" [-Duser.name=<your_apache_uid>]</source> - + <source>mvn -P apache-release release:perform -Darguments="-P all,docker,skipTests -DbuildNumber=syncope-$VERSION" [-Duser.name=<your_apache_uid>]</source> + <p> <em>If your local OS userid doesn't match your Apache userid, then you'll have to also override the value provided by the OS to Maven for the site-deploy step to work. This is known to work for Linux,
