Skip to content

Commit

Permalink
issue454: appveyor: setting M2_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomassetti committed Sep 11, 2016
1 parent 0397f7a commit 5e3f3d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -13,6 +13,7 @@ install:
- cmd: SET PATH=C:\maven\apache-maven-3.2.5\bin;%JAVA_HOME%\bin;%PATH%
- cmd: SET MAVEN_OPTS=-XX:MaxPermSize=2g -Xmx4g
- cmd: SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
- cmd: SET M2_HOME=C:\maven\apache-maven-3.2.5
build_script:
- mvn clean package --batch-mode -DskipTest
test_script:
Expand Down

0 comments on commit 5e3f3d7

Please sign in to comment.