--- a/pom.xml Sat May 16 17:22:02 2020 +0200 +++ b/pom.xml Sat May 16 17:22:45 2020 +0200 @@ -56,6 +56,13 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <version>${version.maven.war}</version> + <configuration> + <webResources> + <resource> + <directory>${project.basedir}/src/main/resources</directory> + </resource> + </webResources> + </configuration> </plugin> </plugins> </build>