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.
2 parents a080702 + 4b1f3af commit 460559fCopy full SHA for 460559f
pom.xml
@@ -171,6 +171,14 @@
171
<artifactId>maven-jar-plugin</artifactId>
172
<version>2.6</version>
173
</plugin>
174
+ <plugin>
175
+ <groupId>org.apache.maven.plugins</groupId>
176
+ <artifactId>maven-resources-plugin</artifactId>
177
+ <version>3.3.1</version>
178
+ <configuration>
179
+ <encoding>UTF-8</encoding>
180
+ </configuration>
181
+ </plugin>
182
</plugins>
183
</pluginManagement>
184
<plugins>
@@ -187,6 +195,10 @@
187
195
</excludes>
188
196
</configuration>
189
197
198
199
200
201
190
202
<plugin>
191
203
<artifactId>maven-assembly-plugin</artifactId>
192
204
<configuration>
0 commit comments