Repository: incubator-tamaya-site
Updated Branches:
  refs/heads/overhauling-release-guide 6ee8bc910 -> a593383cc


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/a593383c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/a593383c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/a593383c

Branch: refs/heads/overhauling-release-guide
Commit: a593383cccecac75c93d0650065ae746d7d6b0c9
Parents: 6ee8bc9
Author: Oliver B. Fischer <[email protected]>
Authored: Sun Jul 9 01:00:28 2017 +0200
Committer: Oliver B. Fischer <[email protected]>
Committed: Sun Jul 9 01:00:28 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/a593383c/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.

Reply via email to