Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Incomplete
-
Affects Version/s: 2.2
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
Given a properties file located in module/src/main/resources and containing:
kerberos.krb5Config=$
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
The double backslashed have been eaten by JIRA. Should read
kerberos.krb5Config=${project.build.outputDirectory}\\krb5.config