From c620d84c2ec92b8bcaa68754e060c14721bf0fc1 Mon Sep 17 00:00:00 2001 From: Scott Stamp Date: Mon, 15 Oct 2018 20:05:26 -0230 Subject: [PATCH] Moved common plugin configuration to parent pom.xml --- Extensions/AdminOnConnect/pom.xml | 47 ---------------------- Extensions/BlockReplacePackets/pom.xml | 47 ---------------------- Extensions/SpeechColorizer/pom.xml | 47 ---------------------- G-Earth-UI/pom.xml | 46 ---------------------- pom.xml | 54 ++++++++++++++++++++++++++ 5 files changed, 54 insertions(+), 187 deletions(-) diff --git a/Extensions/AdminOnConnect/pom.xml b/Extensions/AdminOnConnect/pom.xml index bb56ca3..6374836 100644 --- a/Extensions/AdminOnConnect/pom.xml +++ b/Extensions/AdminOnConnect/pom.xml @@ -30,53 +30,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.7.0 - - 1.8 - 1.8 - - - - - maven-resources-plugin - 2.6 - - - copy-resources - validate - - copy-resources - - - ${project.build.directory} - - - src/main/resources - - - - - - - - - maven-dependency-plugin - - - package - - copy-dependencies - - - ${project.build.directory}/bin/lib - - - - - org.apache.maven.plugins maven-jar-plugin diff --git a/Extensions/BlockReplacePackets/pom.xml b/Extensions/BlockReplacePackets/pom.xml index ee5ddc5..b5940c9 100644 --- a/Extensions/BlockReplacePackets/pom.xml +++ b/Extensions/BlockReplacePackets/pom.xml @@ -30,53 +30,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.7.0 - - 1.8 - 1.8 - - - - - maven-resources-plugin - 2.6 - - - copy-resources - validate - - copy-resources - - - ${project.build.directory} - - - src/main/resources - - - - - - - - - maven-dependency-plugin - - - package - - copy-dependencies - - - ${project.build.directory}/bin/lib - - - - - org.apache.maven.plugins maven-jar-plugin diff --git a/Extensions/SpeechColorizer/pom.xml b/Extensions/SpeechColorizer/pom.xml index c310987..f0a3f32 100644 --- a/Extensions/SpeechColorizer/pom.xml +++ b/Extensions/SpeechColorizer/pom.xml @@ -30,53 +30,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.7.0 - - 1.8 - 1.8 - - - - - maven-resources-plugin - 2.6 - - - copy-resources - validate - - copy-resources - - - ${project.build.directory} - - - src/main/resources - - - - - - - - - maven-dependency-plugin - - - package - - copy-dependencies - - - ${project.build.directory}/bin/lib - - - - - org.apache.maven.plugins maven-jar-plugin diff --git a/G-Earth-UI/pom.xml b/G-Earth-UI/pom.xml index b56ced6..d7f4077 100644 --- a/G-Earth-UI/pom.xml +++ b/G-Earth-UI/pom.xml @@ -18,53 +18,7 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.7.0 - - 1.8 - 1.8 - - - - - maven-dependency-plugin - - - package - - copy-dependencies - - - ${project.build.directory}/bin/lib - - - - - - - maven-resources-plugin - 2.6 - - - copy-resources - validate - - copy-resources - - - ${project.build.directory} - - - src/main/resources - - - - - - diff --git a/pom.xml b/pom.xml index 286d99c..448200d 100644 --- a/pom.xml +++ b/pom.xml @@ -26,4 +26,58 @@ Extensions/BlockReplacePackets Extensions/SpeechColorizer + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + + 1.8 + 1.8 + + + + + + maven-dependency-plugin + + + package + + copy-dependencies + + + ${project.build.directory}/bin/lib + + + + + + + maven-resources-plugin + 2.6 + + + copy-resources + validate + + copy-resources + + + ${project.build.directory} + + + src/main/resources + + + + + + + + + \ No newline at end of file