From a3ca9c8cf9a865dbc081d388eec008a9fd06f8fd Mon Sep 17 00:00:00 2001 From: sampadawagde Date: Sun, 28 Jun 2020 16:20:50 +0530 Subject: [PATCH] JAVA-49: maven-all restructuring --- maven-modules/README.md | 9 +++++++++ maven-modules/pom.xml | 28 ++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 maven-modules/README.md create mode 100644 maven-modules/pom.xml 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 + + +