Describe the bug
Windows synchronizes files to Linux incorrectly in Remote Development Mode.
Remote host will create the file with window directory name :
org\acme\MessageResource.java

To Reproduce
Steps to reproduce the behavior:
- On Linux remote host run:
mvn compile quarkus:dev -Dquarkus.live-reload.password=123
- On Windows local agent run:
mvn quarkus:remote-dev -Dquarkus.live-reload.password=123 -Dquarkus.live-reload.url=http://192.168.177.128:8080
- Change the source code on local host