Skip to content

Commit

Permalink
Add 'maven-resources-plugin' and UTF-8 encoding (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Aug 15, 2023
1 parent bf7c0a6 commit fff2a6e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@
</repository>
</distributionManagement>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<build>
<pluginManagement>
<plugins>
Expand Down Expand Up @@ -129,6 +133,11 @@
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
</plugin>
</plugins>
<extensions>
<extension>
Expand Down

0 comments on commit fff2a6e

Please sign in to comment.