[ 
http://jira.codehaus.org/browse/MNG-4064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=167898#action_167898
 ] 

Jose Morales Martinez commented on MNG-4064:
--------------------------------------------

I use this configuration in pom.xml:
{noformat} 
<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-resources-plugin</artifactId>
    <configuration>
        <encoding>UTF-8</encoding>
    </configuration>
</plugin>
{noformat} 

I think this should use the last release plugin (2.3). I used this 
configuration with Maven 2.0.9 and go OK, but when I installed Maven 2.0.10, I 
have got this problem.
        
I am going swap resource plugin to version 2.2 and I will test with Maven 
2.0.10 and comment the result.

> Maven replace var project.build.directory for escape character '/'
> ------------------------------------------------------------------
>
>                 Key: MNG-4064
>                 URL: http://jira.codehaus.org/browse/MNG-4064
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Maven Resources Filtering
>    Affects Versions: 2.0.10
>         Environment: Windows XP
>            Reporter: Jose Morales Martinez
>
> When I process Maven vars in resources files, Maven replace 
> project.build.directory var  for path with characters //.
> Maven 2.0.9 replace path successfully, but Maven 2.0.10 replace character '/' 
> for '//'  

-- 
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

        

Reply via email to