pom.xml

changeset 48
63200a99ea77
parent 29
27a0fdd7bca7
child 50
2a90d105edec
--- a/pom.xml	Thu May 14 22:48:01 2020 +0200
+++ b/pom.xml	Fri May 15 19:13:23 2020 +0200
@@ -55,19 +55,6 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-war-plugin</artifactId>
                 <version>${version.maven.war}</version>
-                <configuration>
-                    <archive>
-                        <manifest>
-                            <addClasspath>true</addClasspath>
-                            <classpathPrefix>lib/</classpathPrefix>
-                        </manifest>
-                    </archive>
-                    <webResources>
-                        <resource>
-                            <directory>${project.basedir}/src/main/resources</directory>
-                        </resource>
-                    </webResources>
-                </configuration>
             </plugin>
         </plugins>
     </build>

mercurial