Skip to content

Modified pom to build correctly on windows

Georg Weiss requested to merge fix-build-on-windows into master

This fixes classpath generation: on Windows the regexp for path separator is semi-colon. Consequently the path separator replacement must be done differently when building on Windows.

Implementation makes use of profiles to set a regexp expression.

Tested and verified on Windows and Mac.

Merge request reports