Skip to content

Commit

Permalink
[misc] correcting appveyor maven installation to 3.5.4
Browse files Browse the repository at this point in the history
(cherry picked from commit c16cfc3)
  • Loading branch information
rusher committed Feb 4, 2019
1 parent de8b053 commit 2f1903f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -39,10 +39,10 @@ install:
- ps: Start-FileDownload $Env:FILE -FileName server.msi -Timeout 900000
- cmd: msiexec /i server.msi INSTALLDIR=c:\projects\server SERVICENAME=mariadb ALLOWREMOTEROOTACCESS=true /qn
- cmd: "\"c:\\projects\\server\\bin\\mysql.exe\" -e \"create database testj\" --user=root"
- cmd: SET PATH=C:\maven\apache-maven-3.5.3\bin;%JAVA_HOME%\bin;%PATH:C:\Ruby193\bin;=%;
- cmd: SET PATH=C:\maven\apache-maven-3.5.4\bin;%JAVA_HOME%\bin;%PATH:C:\Ruby193\bin;=%;
- cmd: SET MAVEN_OPTS=-Xms512m -Xms768m
- cmd: SET JAVA_OPTS=-Xms512m -Xmx768m
- cmd: SET M2_HOME=C:\maven\apache-maven-3.5.3
- cmd: SET M2_HOME=C:\maven\apache-maven-3.5.4
- cmd: SET M
- cmd: cd c:\projects\mariadb-connector-j
- cmd: mvn --version
Expand Down

0 comments on commit 2f1903f

Please sign in to comment.