Fix licence plugin to use UTF-8
This commit is contained in:
parent
ea8ebd88ac
commit
eb80d3b3e1
5
pom.xml
5
pom.xml
|
@ -219,7 +219,7 @@
|
|||
</developer>
|
||||
<developer>
|
||||
<id>SRiviere</id>
|
||||
<name>Sébastien Rivière</name>
|
||||
<name>Sebastien Riviere</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>karlmdavis</id>
|
||||
|
@ -1187,10 +1187,11 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>license-maven-plugin</artifactId>
|
||||
<version>1.12</version>
|
||||
<version>1.14</version>
|
||||
<configuration>
|
||||
<verbose>true</verbose>
|
||||
<addSvnKeyWords>false</addSvnKeyWords>
|
||||
<encoding>UTF-8</encoding>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in New Issue