You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maven-assembly-plugin allows regex to include files
<includes>%regex[*.(txt|TXT)]</includes>
Something similar would be handy for the requireEncoding rule. I typically want to ensure source code is UTF8, and allow other encodings for resources.
The text was updated successfully, but these errors were encountered:
The maven-assembly-plugin allows regex to include files
Something similar would be handy for the requireEncoding rule. I typically want to ensure source code is UTF8, and allow other encodings for resources.
The text was updated successfully, but these errors were encountered: