Skip to content

Commit

Permalink
[hotfix][docs] Update maven version in building flink docs
Browse files Browse the repository at this point in the history
This closes apache#5760.
  • Loading branch information
Bowen Li authored and zentol committed Apr 6, 2018
1 parent 47ac368 commit 022cd62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Prerequisites for building Flink:

* Unix-like environment (We use Linux, Mac OS X, Cygwin)
* git
* Maven (we recommend version 3.0.4)
* Maven (we recommend version 3.2.5)
* Java 8

```
Expand Down
2 changes: 1 addition & 1 deletion docs/start/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ In order to build Flink you need the source code. Either [download the source of

In addition you need **Maven 3** and a **JDK** (Java Development Kit). Flink requires **at least Java 8** to build.

*NOTE: Maven 3.3.x can build Flink, but will not properly shade away certain dependencies. Maven 3.0.3 creates the libraries properly.
*NOTE: Maven 3.3.x can build Flink, but will not properly shade away certain dependencies. Maven 3.2.5 creates the libraries properly.
To build unit tests use Java 8u51 or above to prevent failures in unit tests that use the PowerMock runner.*

To clone from git, enter:
Expand Down

0 comments on commit 022cd62

Please sign in to comment.