From f9fe79f7881e2909e50919ba8bf4af93cd693dfd Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 17 Feb 2025 18:04:44 +0100 Subject: [PATCH] Add IT for 104 issue --- .../module1/pom.xml | 36 +++++++++++++ .../module2/pom.xml | 44 ++++++++++++++++ src/it/multi-module-with-dependencies/pom.xml | 52 +++++++++++++++++++ 3 files changed, 132 insertions(+) create mode 100644 src/it/multi-module-with-dependencies/module1/pom.xml create mode 100644 src/it/multi-module-with-dependencies/module2/pom.xml create mode 100644 src/it/multi-module-with-dependencies/pom.xml diff --git a/src/it/multi-module-with-dependencies/module1/pom.xml b/src/it/multi-module-with-dependencies/module1/pom.xml new file mode 100644 index 0000000..4669274 --- /dev/null +++ b/src/it/multi-module-with-dependencies/module1/pom.xml @@ -0,0 +1,36 @@ + + + + 4.0.0 + + org.example + maven-clean-4-demo + 1.0-SNAPSHOT + + + module1 + + + 17 + 17 + UTF-8 + + + diff --git a/src/it/multi-module-with-dependencies/module2/pom.xml b/src/it/multi-module-with-dependencies/module2/pom.xml new file mode 100644 index 0000000..4111274 --- /dev/null +++ b/src/it/multi-module-with-dependencies/module2/pom.xml @@ -0,0 +1,44 @@ + + + + 4.0.0 + + org.example + maven-clean-4-demo + 1.0-SNAPSHOT + + + module2 + + + 17 + 17 + UTF-8 + + + + + org.example + module1 + 1.0-SNAPSHOT + + + + diff --git a/src/it/multi-module-with-dependencies/pom.xml b/src/it/multi-module-with-dependencies/pom.xml new file mode 100644 index 0000000..6aef5dd --- /dev/null +++ b/src/it/multi-module-with-dependencies/pom.xml @@ -0,0 +1,52 @@ + + + + 4.0.0 + + org.example + maven-clean-4-demo + 1.0-SNAPSHOT + pom + + https://github.com/apache/maven-clean-plugin/issues/104 + + + module1 + module2 + + + + 17 + 17 + UTF-8 + + + + + + + org.apache.maven.plugins + maven-clean-plugin + @project.version@ + + + + +