You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2010/01/12 18:45:56 UTC

[jira] Closed: (MNG-3242) It's not possible to get a property with unescaped & sign for urls

     [ http://jira.codehaus.org/browse/MNG-3242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter closed MNG-3242.
-----------------------------

       Resolution: Cannot Reproduce
    Fix Version/s:     (was: 2.2.x (to be reviewed))

I can't reproduce this with the sample project. Perhaps the newer releases of the resources plugin have resolved this?

> It's not possible to get a property with unescaped & sign for urls
> ------------------------------------------------------------------
>
>                 Key: MNG-3242
>                 URL: http://jira.codehaus.org/browse/MNG-3242
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 2.0.6
>            Reporter: Nils Eckert
>         Attachments: mvntest-20080327.zip
>
>
> I found no way to create a property with a not escaped ampersand (&-sign). This is needed for a MySQL jdbc-connection String with some connection variabled and should be filtered in a properties file during compile phase.
> It tried to escape it with &amp; This leeds to following error: Project build error Cannot read project model from interpolating filter of serialized version.
> It is no option to use a double escaping with &amp;amp;. Here I get a &amp; in my connection url.
> I also tried to use a <[CDATA[ ... ]]> with the same problems. It's not possible to use & sign. And if I use &amp; this escaped tag appears in my properties file after filtering.

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