Skip to content

Commit

Permalink
Fix missing feature bundles (#5731)
Browse files Browse the repository at this point in the history
Adapt regular expression so it also matches the bundles of the openhab-io-webaudio and openhab-misc-market features.

Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn authored and J-N-K committed Jun 15, 2019
1 parent f3219ac commit 3cf0803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/openhab-addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</fileset>
<filterchain>
<linecontainsRegExp>
<regexp pattern="(feature>)|(feature\s)|(bundle\s)"/>
<regexp pattern="(feature>)|(feature\s)|(bundle>)|(bundle\s)"/>
</linecontainsRegExp>
</filterchain>
<footer file="src/main/resources/footer.xml" filtering="no"/>
Expand Down

0 comments on commit 3cf0803

Please sign in to comment.