Author: joewitt
Date: Sun Dec 14 12:46:22 2014
New Revision: 1645452
URL: http://svn.apache.org/r1645452
Log:
updated notes to reflect that Maven 3.x should work now rather than just 3.2.3
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=1645452&r1=1645451&r2=1645452&view=diff
==============================================================================
--- incubator/nifi/site/trunk/content/development/quickstart.md (original)
+++ incubator/nifi/site/trunk/content/development/quickstart.md Sun Dec 14
12:46:22 2014
@@ -31,7 +31,7 @@ To check out the code:
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.
-2. You need Apache [Maven][maven]. We've successfully used 3.2.3
+2. You need Apache [Maven 3.X][maven]. We've successfully used 3.2.3 and as
far back as 3.0.5
3. In the root dir of the source tree run `./misc/build-order.sh` (expect
20-30 mins build time) **OR** you can build each component
manually.