[ http://jira.codehaus.org/browse/MCOBERTURA-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=264500#action_264500 ]
Benson Margulies commented on MCOBERTURA-118: --------------------------------------------- Gérald, I'm going to have to ask you to attach a complete test case, or at least a POM. the cobertura plugin doesn't have any knowledge of the release process. I started to set up a horrendously complex scheme for testing this myself, and before I travel any further down this path I really wonder if you have a parent profile that is messing with your value of escapeWindowsPaths to the resource plugin when running the release, or backing up to an old resources plugin, or something. I recommend looking at -X from maven in the perform run to see if you see any clues. > Resource filtering on Release Perform > ------------------------------------- > > Key: MCOBERTURA-118 > URL: http://jira.codehaus.org/browse/MCOBERTURA-118 > Project: Maven 2.x Cobertura Plugin > Issue Type: Bug > Affects Versions: 2.2 > Reporter: Gérald Quintana > Assignee: Benson Margulies > > Given a properties file located in module/src/main/resources and containing: > kerberos.krb5Config=${project.build.outputDirectory}\\krb5.config > When compiling/testing the application in normal situation everything is > alright, resource filtering does its job: > kerberos.krb5Config=D\:\\project\\trunk\\module\\target\\classes\\krb5.config > When doing a release:perform, resource filtering fails. I get: > kerberos.krb5Config=D:\project\trunk\target\checkout\module\target\generated-classes\cobertura\\krb5.config > The problem is that backslashes should be doubled in properties file -- 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 --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email