I'm using maven-resources-plugin's copy-resources goal (filtering is
set to true) to create a Java property file on Windows.  I have set
escapeWindowsPaths  to true but it doesn't make any difference.  I
still get paths like this which is not valid.

data = C:\svn\project\trunk

instead of
data = C:\\svn\\project\\trunk

or
data = C:/svn/project/trunk

How can I create valid Windows property files?

-Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to