Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove obsolete hotfix If maven is not downloaded for maven-wrapper, `./mvnw` downloads it with `org.apache.maven.wrapper.Installer`. `org.apache.maven.wrapper.Installer` in version `0.1.2-SNAPSHOT` which we had some day before (upgraded in 3e35fc4) logs to the standard output. The newest version of maven-wrapper.jar is `3.1.0` and it logs to log https://mvnrepository.com/artifact/org.apache.maven.wrapper/maven-wrapper To overcome this issue `./mvnw -v` construction was used to skip output before any actual `./mvnw` invocation which returned valuable text output.
- Loading branch information