Maven 2.x Verifier Plugin

Feature request <not-contains>

Details

  • Type: New Feature New Feature
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    1

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)

Activity

Hide
Felix Röthenbacher added a comment -

Patch for a <notContains> tag. Also includes a JUnit test and updates the site documentation.

Show
Felix Röthenbacher added a comment - Patch for a <notContains> tag. Also includes a JUnit test and updates the site documentation.

People

Vote (2)
Watch (3)

Dates

  • Created:
    Updated: