Author: mcgilman
Date: Fri Jun  9 17:31:18 2017
New Revision: 1798254

URL: http://svn.apache.org/viewvc?rev=1798254&view=rev
Log:
Minor tweak to the mvn release plugin commands

Modified:
    nifi/site/trunk/release-guide.html

Modified: nifi/site/trunk/release-guide.html
URL: 
http://svn.apache.org/viewvc/nifi/site/trunk/release-guide.html?rev=1798254&r1=1798253&r2=1798254&view=diff
==============================================================================
--- nifi/site/trunk/release-guide.html (original)
+++ nifi/site/trunk/release-guide.html Fri Jun  9 17:31:18 2017
@@ -304,7 +304,7 @@ problems that must be addressed before p
 <ol>
 <li>Now its time to have maven prepare the release with this 
command.<pre><code> $ mvn --batch-mode release:prepare \
      -Psigned_release \
-     -DscmCommentPrefix=&quot;NIFI-${JIRA_TICKET}-RC${RC}&quot; \
+     -DscmCommentPrefix=&quot;NIFI-${JIRA_TICKET}-RC${RC} &quot; \
      -Dtag=&quot;nifi-${NIFI_VERSION}-RC${RC}&quot; \
      -DreleaseVersion=&quot;${NIFI_VERSION}&quot; \
      -DdevelopmentVersion=&quot;${NEXT_VERSION}&quot; \
@@ -314,9 +314,9 @@ problems that must be addressed before p
 it may be necessary to run <code>$ mvn release:clean</code> to get the project 
to a state where it can be rebuilt.</p>
 </li>
 <li><p>If the preparation without problems, it is time to perform the release 
and deploy artifacts to staging.</p>
-<pre><code> $ mvn release:perform
+<pre><code> $ mvn release:perform \
      -Psigned_release \
-     -DscmCommentPrefix=&quot;${JIRA_TICKET}-RC${RC}&quot; \
+     -DscmCommentPrefix=&quot;${JIRA_TICKET}-RC${RC} &quot; \
      -Darguments=&quot;-DskipTests&quot;</code></pre>
 <p> When this completes the artifacts have been released to the Apache Nexus 
staging repository, a local release branch
  has been created and there should the staging repository ID returned in a log 
entry like this.</p>


Reply via email to