license-maven-plugin icon indicating copy to clipboard operation
license-maven-plugin copied to clipboard

license:remove-file-header changs file encoding

Open taringamberini opened this issue 4 years ago • 0 comments

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

taringamberini avatar Mar 25 '20 15:03 taringamberini