-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Update pom.xml #258
base: master
Are you sure you want to change the base?
Update pom.xml #258
Conversation
maven-dependency-plugin uses single \ as file separator on Windows, but single \ is illegal for properties files. For that build fails on Windows. I set it to forward slash, and it builds on Windows.
Sorry for the delay.. The problem with issues like this is finding a windows box for verification. |
how is this reproducible? I just downloaded jersey 2.x and standard "mvn clean install" does seem to work without any issues (* ok, some test is failing because of character encoding, but without tests, I achieved successful build). my env:
|
It is reproducible on my system :) C:\Users\usta\jersey>mvn install -DskipTests -rf :reload C:\Users\usta\jersey>mvn -v |
not happening on my box - couldn't it be related to your settings? Seems like "another" encoding issue, but manifested in a weird way. It's even using same version of the offending plugin. The only difference I see is the Jersey version (3.0-SNAPSHOT vs 2.26-SNAPSHOT), but that should not matter. C:\Users\pavel\work\jersey\jersey-2.x>mvn install -DskipTests -rf :reload |
maven-dependency-plugin uses single \ as file separator on Windows, but single \ is illegal for properties files. For that build fails on Windows. I set it to forward slash, and it builds on Windows.