[ http://jira.codehaus.org/browse/MNG-3242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=128881#action_128881 ]
Nils Eckert commented on MNG-3242: ---------------------------------- While I created a small sample pom to let you reproduce this behavior I noticed to following. (See attached ZIP File: mvntest-20080327.zip) The problem seems to be the reference of the {{dbunit-maven-plugin}} to my jdbc.url property. If I remove this reference the compile and filtering works as expected. Is there something wrong with my configuration? PS: I removed unnecessary configurations from that plugin to keep the pom as small as possible. > 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 > Issue Type: Bug > Components: General > Affects Versions: 2.0.6 > Reporter: Nils Eckert > Fix For: 2.0.x > > 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 & 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;. Here I get a & > 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 & 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