[java-parent-project] 01/04: Track change to default Maven location on infrastructure machine
Ian Young
ian at iay.org.uk
Mon Feb 24 07:08:56 EST 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=c3edbcf9fe3011374faabdbc4933a522658e59df
commit c3edbcf9fe3011374faabdbc4933a522658e59df
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Feb 24 10:39:40 2020 +0000
Track change to default Maven location on infrastructure machine
---
bin/upload-nexus-dependencies.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/upload-nexus-dependencies.sh b/bin/upload-nexus-dependencies.sh
index 0e78c08..7d6e896 100755
--- a/bin/upload-nexus-dependencies.sh
+++ b/bin/upload-nexus-dependencies.sh
@@ -18,7 +18,7 @@ $ECHO "If pom.new.xml is present it should contain the new dependencies to be ad
$ECHO ""
declare -r DIFF=${DIFF:-"/usr/bin/diff"}
-declare -r MVN=${MVN:-"/opt/maven/bin/mvn"}
+declare -r MVN=${MVN:-"/opt/maven_home/bin/mvn"}
declare -r RSYNC=${RSYNC:-"/usr/bin/rsync"}
declare -r SHIB_NEXUS_URL="https://build.shibboleth.net/nexus"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list