diff --git a/maven-modules/README.md b/maven-modules/README.md new file mode 100644 index 0000000000..1ef664f879 --- /dev/null +++ b/maven-modules/README.md @@ -0,0 +1,9 @@ +## Apache Maven + +This module contains articles about Apache Maven. Please refer to its submodules. + +### Relevant Articles + +- [Apache Maven Tutorial](https://www.baeldung.com/maven) +- [Apache Maven Standard Directory Layout](https://www.baeldung.com/maven-directory-structure) +- [Multi-Module Project with Maven](https://www.baeldung.com/maven-multi-module) diff --git a/maven-modules/pom.xml b/maven-modules/pom.xml new file mode 100644 index 0000000000..56e0bd2bdc --- /dev/null +++ b/maven-modules/pom.xml @@ -0,0 +1,28 @@ + + + 4.0.0 + maven-modules + 0.0.1-SNAPSHOT + maven-modules + pom + + + com.baeldung + parent-modules + 1.0.0-SNAPSHOT + + + + + maven-custom-plugin + maven-integration-test + maven-multi-source + maven-plugins + maven-unused-dependencies + maven-war-plugin + maven-profiles + versions-maven-plugin + + +