Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 888 Bytes

windows-setup.md

File metadata and controls

30 lines (21 loc) · 888 Bytes

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