pom.xml

changeset 56
11b1e7153496
parent 50
2a90d105edec
child 86
0a658e53177c
     1.1 --- a/pom.xml	Sat May 16 17:22:02 2020 +0200
     1.2 +++ b/pom.xml	Sat May 16 17:22:45 2020 +0200
     1.3 @@ -56,6 +56,13 @@
     1.4                  <groupId>org.apache.maven.plugins</groupId>
     1.5                  <artifactId>maven-war-plugin</artifactId>
     1.6                  <version>${version.maven.war}</version>
     1.7 +                <configuration>
     1.8 +                    <webResources>
     1.9 +                        <resource>
    1.10 +                            <directory>${project.basedir}/src/main/resources</directory>
    1.11 +                        </resource>
    1.12 +                    </webResources>
    1.13 +                </configuration>
    1.14              </plugin>
    1.15          </plugins>
    1.16      </build>

mercurial