Repository: nifi-site Updated Branches: refs/heads/master 564db7c97 -> 5f97ffe52
NIFI-876: - Updating the minimum version of maven. Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/5f97ffe5 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/5f97ffe5 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/5f97ffe5 Branch: refs/heads/master Commit: 5f97ffe52a413d6bff3b0d3e572b11e153c418a0 Parents: 564db7c Author: Matt Gilman <[email protected]> Authored: Sun Aug 23 12:38:45 2015 -0400 Committer: Matt Gilman <[email protected]> Committed: Sun Aug 23 12:38:45 2015 -0400 ---------------------------------------------------------------------- src/pages/markdown/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/5f97ffe5/src/pages/markdown/quickstart.md ---------------------------------------------------------------------- diff --git a/src/pages/markdown/quickstart.md b/src/pages/markdown/quickstart.md index 309d8f4..0a6da4b 100644 --- a/src/pages/markdown/quickstart.md +++ b/src/pages/markdown/quickstart.md @@ -99,7 +99,7 @@ Additional information on system administration and settings can be located in o ### Build steps 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 +2. You need Apache [Maven 3.1.0][maven] or newer. 3. Ensure your MAVEN_OPTS provides sufficient memory. Some build steps are fairly memory intensive - These settings have worked well `MAVEN_OPTS="-Xms1024m -Xmx3076m -XX:MaxPermSize=256m"` 4. Build the entire code base. In the root dir of the source tree run `mvn -T C2.0 clean install`
