This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch MAVEN_OPTS in repository https://gitbox.apache.org/repos/asf/maven.git
commit c745dd33ed3844f24c7053bdab15db793ffdb531 Author: Hervé Boutemy <[email protected]> AuthorDate: Sun Jul 28 09:22:15 2019 +0200 display env --- apache-maven/src/bin/mvn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apache-maven/src/bin/mvn b/apache-maven/src/bin/mvn index a554c66..e4c9cdb 100755 --- a/apache-maven/src/bin/mvn +++ b/apache-maven/src/bin/mvn @@ -27,6 +27,8 @@ # MAVEN_SKIP_RC (Optional) Flag to disable loading of mavenrc files. # ----------------------------------------------------------------------------- +env + if [ -z "$MAVEN_SKIP_RC" ] ; then if [ -f /etc/mavenrc ] ; then
