You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2015/01/23 13:45:05 UTC

svn commit: r1654189 - /incubator/nifi/site/trunk/content/development/release-guide.md

Author: markap14
Date: Fri Jan 23 12:45:04 2015
New Revision: 1654189

URL: http://svn.apache.org/r1654189
Log:
Updated the 'How to validate' section so that it does not indicate to run mvn install twice

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=1654189&r1=1654188&r2=1654189&view=diff
==============================================================================
--- incubator/nifi/site/trunk/content/development/release-guide.md (original)
+++ incubator/nifi/site/trunk/content/development/release-guide.md Fri Jan 23 12:45:04 2015
@@ -80,9 +80,7 @@ There are two lists here: one of specifi
     - Unzip the sources file into a directory and execute `mvn install -Pcheck-licenses`
   - Are there no unexpected binary files in the release?
     - The only thing we'd expect would be potentially test resources files.
-  - Can one compile and run the application with tests from the source bundle?
-    - Unzip the sources file into a directory and execute `mvn clean install`
-    - Does the app (if appropriate) execute and function as expected?
+  - Does the app (if appropriate) execute and function as expected?
   
 ## The flow of a release (an outline)
   - The community is contributing to a series of JIRA tickets assigned to the next release