kevin85421 opened a new pull request #512: URL: https://github.com/apache/submarine/pull/512
### What is this PR for? Use Maven Wrapper to avoid dependencies problem about Maven version ### What type of PR is it? [Improvement] ### Todos ### What is the Jira issue? https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-736 ### How should this be tested? * Use Maven Wrapper to build Submarine ``` # Setup Maven Wrapper (Maven 3.6.1) mvn -N io.takari:maven:0.7.7:wrapper -Dmaven=3.6.1 # Check Maven Wrapper ./mvnw -version # Replace 'mvn' with 'mvnw'. Example: ./mvnw clean package -DskipTests ``` ### Screenshots (if appropriate) <img width="599" alt="ζͺε 2021-02-13 δΈε2 40 52" src="https://user-images.githubusercontent.com/20109646/107843862-82041a00-6e09-11eb-8b70-3075bff588d1.png"> ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
