restx.build.fragments.maven.custom-war-resources.xml Maven / Gradle / Ivy
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <configuration> <webResources> <resource> <!-- this is relative to the pom.xml directory --> <directory>${project.war.resources.directory}</directory> </resource> </webResources> </configuration> </plugin>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy