You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/05/26 09:16:07 UTC

[GitHub] [flink] pnowojski commented on a diff in pull request #19782: [FLINK-27640] Suggest use of maven wrapper (mvnw)

pnowojski commented on code in PR #19782:
URL: https://github.com/apache/flink/pull/19782#discussion_r882478708


##########
README.md:
##########
@@ -75,7 +75,7 @@ Prerequisites for building Flink:
 ```
 git clone https://github.com/apache/flink.git
 cd flink
-mvn clean package -DskipTests # this will take up to 10 minutes
+./mvnw clean package -DskipTests # this will take up to 15 minutes

Review Comment:
   In all 3 of those files I would add a note +/-:
   > Note usage of `mvnw` wrapper istead of mvn directly to ensure that the supported version of mvn will be used.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org