We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392a7c9 commit 00ff4a8Copy full SHA for 00ff4a8
src/main/resources/archetype-resources/pom.xml
@@ -11,6 +11,12 @@
11
<name>${artifactId}</name>
12
<description>Generated tinystruct application</description>
13
14
+ <properties>
15
+ <!-- Always compile and filter using UTF-8 -->
16
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
18
+ <encoding>UTF-8</encoding>
19
+ </properties>
20
<dependencies>
21
<!-- add tinystruct dependency as a provided example; user can adjust version -->
22
<dependency>
0 commit comments