|
|
|
@ -93,6 +93,18 @@
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<nonFilteredFileExtensions>
|
|
|
|
|
<nonFilteredFileExtension>ttf</nonFilteredFileExtension>
|
|
|
|
|
<nonFilteredFileExtension>jks</nonFilteredFileExtension>
|
|
|
|
|
<nonFilteredFileExtension>woff</nonFilteredFileExtension>
|
|
|
|
|
<nonFilteredFileExtension>woff2</nonFilteredFileExtension>
|
|
|
|
|
</nonFilteredFileExtensions>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- docker -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>com.spotify</groupId>
|
|
|
|
|