license-maven-plugin
license-maven-plugin copied to clipboard
license:remove-file-header changs file encoding
I'm using:
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.0.0</version>
I've UTF-8 encoded files.
After running license:remove-file-header the files which previously had license header are no more UTF-8 encoded.
I've attempted several configurations using the encoding
tag but without success.
Best regards, Tarin