From 7d7f9825c5133787779136abfaddbf1cb7176f10 Mon Sep 17 00:00:00 2001 From: UnfamiliarLegacy <74633542+UnfamiliarLegacy@users.noreply.github.com> Date: Sun, 23 Jun 2024 22:28:59 +0200 Subject: [PATCH] Put flatten plugin in correct pom file --- .gitignore | 1 + G-Earth/pom.xml | 26 +++++++++++++++++++++++++- pom.xml | 25 ------------------------- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/.gitignore b/.gitignore index beed7d5..a2e2560 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ out/ # maven +.flattened-pom.xml bin/ **/target/ diff --git a/G-Earth/pom.xml b/G-Earth/pom.xml index 55cd329..fa9c227 100644 --- a/G-Earth/pom.xml +++ b/G-Earth/pom.xml @@ -39,7 +39,31 @@ - + + org.codehaus.mojo + flatten-maven-plugin + 1.1.0 + + true + resolveCiFriendliesOnly + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + + org.apache.maven.plugins maven-dependency-plugin diff --git a/pom.xml b/pom.xml index c4b44e0..552fc82 100644 --- a/pom.xml +++ b/pom.xml @@ -29,31 +29,6 @@ - - org.codehaus.mojo - flatten-maven-plugin - 1.1.0 - - true - resolveCiFriendliesOnly - - - - flatten - process-resources - - flatten - - - - flatten.clean - clean - - clean - - - - org.apache.maven.plugins maven-compiler-plugin