Author: joewitt
Date: Tue Jan 13 03:45:20 2015
New Revision: 1651272
URL: http://svn.apache.org/r1651272
Log:
CMS commit to nifi by joewitt
Modified:
incubator/nifi/site/trunk/content/development/quickstart.md
Modified: incubator/nifi/site/trunk/content/development/quickstart.md
URL:
http://svn.apache.org/viewvc/incubator/nifi/site/trunk/content/development/quickstart.md?rev=1651272&r1=1651271&r2=1651272&view=diff
==============================================================================
--- incubator/nifi/site/trunk/content/development/quickstart.md (original)
+++ incubator/nifi/site/trunk/content/development/quickstart.md Tue Jan 13
03:45:20 2015
@@ -34,9 +34,7 @@ Then checkout the 'develop' branch
### Build steps
-We're planning on revising these steps, our build process, and tests for much
more deterministic builds. For now, the steps are not automated.
-
-1. You need a recent Java 7 JDK.
+1. You need a recent Java 7 (or newer) JDK.
2. You need Apache [Maven 3.X][maven]. We've successfully used 3.2.3 and as
far back as 3.0.5
3. Build the nar maven plugin. In the root dir of the source tree cd to
`nar-maven-plugin`.
Run `mvn clean install`