show less log junk from Maven

@perezd turn off de bugging messages such as

```
[DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
```
This commit is contained in:
Elliotte Rusty Harold 2021-12-14 23:40:36 +00:00 committed by GitHub
parent 8c29dc2c4d
commit 5711cab189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,7 +204,7 @@ use_java() {
esac
MAVEN_LOCAL_REPOSITORY=/var/maven_local_repository
MVN="$MVN -e -X -Dhttps.protocols=TLSv1.2 -Dmaven.repo.local=$MAVEN_LOCAL_REPOSITORY"
MVN="$MVN -e --quiet -Dhttps.protocols=TLSv1.2 -Dmaven.repo.local=$MAVEN_LOCAL_REPOSITORY"
which java
java -version