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:34 UTC

[maven] branch MAVEN_OPTS created (now c745dd3)

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch MAVEN_OPTS
in repository https://gitbox.apache.org/repos/asf/maven.git.


      at c745dd3  display env

This branch includes the following new commits:

     new c745dd3  display env

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven] 01/01: display env

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