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:
parent
8c29dc2c4d
commit
5711cab189
2
tests.sh
2
tests.sh
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user