Author: joewitt
Date: Mon Jan 19 04:16:21 2015
New Revision: 1652901

URL: http://svn.apache.org/r1652901
Log:
review

Modified:
    incubator/nifi/site/trunk/content/development/release-guide.md

Modified: incubator/nifi/site/trunk/content/development/release-guide.md
URL: 
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/content/development/release-guide.md?rev=1652901&r1=1652900&r2=1652901&view=diff
==============================================================================
--- incubator/nifi/site/trunk/content/development/release-guide.md (original)
+++ incubator/nifi/site/trunk/content/development/release-guide.md Mon Jan 19 
04:16:21 2015
@@ -81,27 +81,21 @@ Create the next version in JIRA if neces
 
 Create new branch off develop named after the JIRA ticket or just use the 
develop branch itself
 
-Ensure your maven settings have been updated.
-
-Verify that Maven has sufficient heap space to perform the build tasks.  Some 
of them consume a surprising large amount of space.
-    These settings have been shown to work `MAVEN_OPTS="-Xms1024m -Xmx3076m 
-XX:MaxPermSize=256m"`
+Verify that Maven has sufficient heap space to perform the build tasks.  Some 
plugins and parts of the build 
+consumes a surprisingly large amount of space.  These settings have been shown 
to 
+work `MAVEN_OPTS="-Xms1024m -Xmx3076m -XX:MaxPermSize=256m"`
 
 Ensure your settings.xml has been updated as shown below.  There are other 
ways to ensure your key is available for signing as well
   
 
-
-```
-         <profile>
-            <id>signed_release</id>
-            <properties>
-                <mavenExecutorId>forked-path</mavenExecutorId>
-                <gpg.keyname>YOUR GPG KEY ID HERE</gpg.keyname>
-                <gpg.passphrase>YOUR GPG PASSPHRASE HERE</gpg.passphrase>
-            </properties>
-        </profile>
-```
-    
-    
+>          <profile>
+>             <id>signed_release</id>
+>             <properties>
+>                 <mavenExecutorId>forked-path</mavenExecutorId>
+>                 <gpg.keyname>YOUR GPG KEY ID HERE</gpg.keyname>
+>                 <gpg.passphrase>YOUR GPG PASSPHRASE HERE</gpg.passphrase>
+>             </properties>
+>         </profile>
 
 
 [quickstart-guide]: 
http://nifi.incubator.apache.org/development/quickstart.html


Reply via email to