You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Olivier Lamy <ol...@apache.org> on 2009/03/02 11:10:06 UTC

Re: Resource Filtering Problem in Maven 2.0.10

Hi,
IMHO it's probably a bug for non properties file. But not for properties files.
Creating a new File with the property value without this "escaping" will break.

So why not escaping like this only for *.properties files ??

--
Olivier

2009/2/28 Larry North <ln...@swnorth.com>:
> In Maven 2.0.10, resource filtering of ${basedir} is different than in
> 2.0.9.
>
>
>
> In one of my projects, Maven 2.0.9 filters ${basedir} to
> C:\Users\Larry\Projects\mvn-resources, as expected.  Maven 2.0.10 filters it
> to C\:\\Users\\Larry\\Projects\\mvn-resources.
>
>
>
> Is this change intentional or a bug?
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org