Skip to content

Commit

Permalink
Added ISO-8859-1 to maven-resource plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Oct 24, 2023
1 parent 57d2a2f commit 0bc5a0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
<configuration>
<propertiesEncoding>ISO-8859-1</propertiesEncoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 0bc5a0e

Please sign in to comment.