You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/07/28 07:22:35 UTC

[maven] 01/01: display env

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 <hb...@apache.org>
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