Skip to content

Commit

Permalink
Merge pull request #495 from travis-ci/ha-bug-fix-mavenrc
Browse files Browse the repository at this point in the history
Fix /etc/mavenrc
  • Loading branch information
meatballhat committed Jul 22, 2015
2 parents 947fb7b + f073ae9 commit 0ff7393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_environment/maven/templates/default/mavenrc.erb
@@ -1,3 +1,3 @@
[ -z "$M2_HOME" ] && export M2_HOME=<%= node['maven']['m2_home'] %>
[ -z "$M2_HOME" ] && export M2_HOME=${M2_HOME:-<%= node['maven']['m2_home'] %>}

[ -z "$MAVEN_OPTS" ] && export MAVEN_OPTS="<%= node['maven']['mavenrc']['opts'] %>"

0 comments on commit 0ff7393

Please sign in to comment.