You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2017/08/26 09:55:58 UTC

[06/16] incubator-tamaya-site git commit: Removed the section 'Using the Release Plugin' from the release guide as we always had problems with the release plugin.

Removed the section 'Using the Release Plugin' from the release guide as we always had problems with the release plugin.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/commit/1c2d7c13
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/1c2d7c13
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/1c2d7c13

Branch: refs/heads/overhauling-release-guide
Commit: 1c2d7c13010898b0b46317762331adcb19b30175
Parents: 0a75595
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Sun Jul 9 01:00:28 2017 +0200
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Sat Aug 26 11:54:47 2017 +0200

----------------------------------------------------------------------
 content/release-guide.adoc | 25 -------------------------
 1 file changed, 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/1c2d7c13/content/release-guide.adoc
----------------------------------------------------------------------
diff --git a/content/release-guide.adoc b/content/release-guide.adoc
index 9dfbeae..d9c33c6 100644
--- a/content/release-guide.adoc
+++ b/content/release-guide.adoc
@@ -141,31 +141,6 @@ Rewritten until here
 
 
 
-=== Using the Release Plugin
-
-For performing the release you can use the maven release plugin:
-
-[listing,text]
-----
-$ git checkout -b vote-tamaya-[release version]
-$ export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=200m"
-$ mvn release:prepare -DdryRun=true -DperformRelease=true
-# optionally pass GPG params for signing with: -Darguments="-Dgpg.keyname=1336D3E6 -Dgpg.passphrase=XXXXXX"
-# copy prepared workspace (to continue faster if an upload fails in the next step)
-----
-
-* If something fails you may switch to the master branch, fix whatever is needed and rebase your release branch to
-  accommodate the latest changes done.
-* On success you can check the release packages from `dist/target`.
-* If everything looks good you can proceed with the release:
-
-[listing,text]
-----
-$ export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=200m"
-$ mvn release:prepare -DperformRelease=true
-$ mvn release:perform -DperformRelease=true
-----
-
 === Preparing the release without the Release Plugin
 
 The release plugin is great, but in some cases it breaks even, when release:prepare -DdryRun=true was successful.