Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
I would like to verify that my filtered resources like properties files are free from unexpanded placeholders.
In theory, this is possible to to with <contains>regexp</contains>, but it would be much simpler and more intuitive to do with
<not-contains>\${.*}</not-contains>
(Compare to grep -v)
Patch for a <notContains> tag. Also includes a JUnit test and updates the site documentation.