windows-setup.md

April 3, 2018 ยท View on GitHub

Windows build setup

Download and install Windows OS in VM

Download and install tools in Windows OS

Ensure default Windows symlink policy (already configured in VM)

Verify build with cmd.exe


git config --global core.symlinks true
set java_home=c:\Program Files\Java\jdk-9.0.4\

mkdir c:\tmp
cd c:\tmp
git clone https://github.com/random-maven/scalor-maven-plugin.git
cd scalor-maven-plugin
git checkout develop

mvnw.cmd clean install -B -P skip-test