rudikershaw commented on code in PR #19721:
URL: https://github.com/apache/flink/pull/19721#discussion_r872850362


##########
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 10 minutes

Review Comment:
   Switched to recommend using the project provided Maven wrapper. Later 
versions of Maven installed on a developer's computer will fail since the use 
of insecure repositories was depreciated.



-- 
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-unsubscr...@flink.apache.org

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

Reply via email to