Skip to content

Commit

Permalink
MVN_OPTS are now part of the code tree, in the .mvn directory - a new…
Browse files Browse the repository at this point in the history
… maven feature since version 3.3.1

See https://maven.apache.org/docs/3.3.1/release-notes.html
  • Loading branch information
pkozelka committed Jul 19, 2017
1 parent ae56f9e commit e5e9e30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .mvn/jvm.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-Xms2g -Xmx4g
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ sudo: required
# Set build lifecycle options
env:
global:
- MAVEN_OPTS="-Xms2g -Xmx4g"
- MAVEN_SKIP_RC=true

addons:
Expand Down

0 comments on commit e5e9e30

Please sign in to comment.