You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by David Hoffer <dh...@gmail.com> on 2010/03/31 17:23:53 UTC

How can maven create valid filtered Windows property files?

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org