All Downloads are FREE. Search and download functionalities are using the official Maven repository.

restx.build.fragments.maven.custom-war-resources.xml Maven / Gradle / Ivy

There is a newer version: 1.0
Show newest version
            <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