diff --git a/maven-modules/maven-war-plugin/README.md b/maven-modules/maven-war-plugin/README.md new file mode 100644 index 0000000000..09d33772f0 --- /dev/null +++ b/maven-modules/maven-war-plugin/README.md @@ -0,0 +1,7 @@ +## Maven WAR Plugin + +This module contains articles about the Maven WAR Plugin. + +### Relevant Articles + +- [Eclipse Error: web.xml is missing and failOnMissingWebXml is set to true](https://www.baeldung.com/eclipse-error-web-xml-missing) diff --git a/maven-modules/maven-war-plugin/pom.xml b/maven-modules/maven-war-plugin/pom.xml new file mode 100644 index 0000000000..915be306ca --- /dev/null +++ b/maven-modules/maven-war-plugin/pom.xml @@ -0,0 +1,32 @@ + + + 4.0.0 + com.baeldung + maven-war-plugin + 0.0.1-SNAPSHOT + maven-war-plugin + war + + + + + maven-war-plugin + + ${war.plugin.version} + + + false + + + + + + + + false + 3.1.0 + + + \ No newline at end of file