Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/1736#discussion_r54428884
--- Diff: README.md ---
@@ -34,21 +69,23 @@ Prerequisites for building Flink:
* Unix-like environment (We use Linux, Mac OS X, Cygwin)
* git
-* Maven (at least version 3.0.4)
+* Maven (we recommend version 3.0.4)
* Java 7 or 8
```
git clone https://github.com/apache/flink.git
cd flink
-mvn clean package -DskipTests # this will take up to 5 minutes
+mvn clean package -DskipTests # this will take up to 10 minutes
--- End diff --
I guess this is a good indicator for Flink's growth ;-)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---