[ http://jira.codehaus.org/browse/MRESOURCES-25?page=comments#action_74169
]
Bryan Carpenter commented on MRESOURCES-25:
-------------------------------------------
Hi, thanks for the response.
Well I added
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.2</version>
</plugin>
to my POM, and deleted the directory:
org/apache/maven/plugins/maven-resources-plugin/
from my repository. When a ran mvn again it said:
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.2/maven-resources-plugin-2.2.pom
1K downloaded
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.2/maven-resources-plugin-2.2.jar
13K downloaded
The above-mentioned directory was recreated in my repository,
containing (only) subdirectory "2.2/".
There were no more plugin downloads during the build, and nothing
else appeared in my "maven-resource-plugin" directory.
But I still have the same problem! Backslashes are not being escaped.
> Filtering of property values containing backslashes in path names still does
> not escape them?
> ---------------------------------------------------------------------------------------------
>
> Key: MRESOURCES-25
> URL: http://jira.codehaus.org/browse/MRESOURCES-25
> Project: Maven 2.x Resources Plugin
> Issue Type: Bug
> Environment: Windows
> Reporter: Bryan Carpenter
>
> This was originally reported as MRESOURCES-17, and I understood from the
> comments
> there it was fixed in version 2.2 of the plugin. But I have tried using that
> version of the
> resources plugin, and I am still seeing the same problem.
> My source property file contains:
> org.apache.ws.security.crypto.merlin.file=${basedir}/keys/x509.PFX.MSFT
> After filtering it looks like this:
>
> org.apache.ws.security.crypto.merlin.file=D:\cygwin\home\dbc\cvs\omii-packaging\source\ws-wss4j/keys/x509.PFX.MSFT
> and when the this is read in by `Properties.load()' the value ends up as:
> d:cygwinhomedbccvsomii-packagingsourcews-wss4j/keys/x509.PFX.MSFT
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira