From 40fdeb3227af204029ba69802ca3ff71921d05f7 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Fri, 28 Feb 2020 15:58:44 -0800 Subject: [PATCH] DRYD-756: Update properties-maven-plugin plugin version and clean up related POM configuration. --- pom.xml | 38 +++++++++++++++++++++ services/JaxRsServiceProvider/pom.xml | 47 -------------------------- services/account/pstore/pom.xml | 19 +++-------- services/authentication/pstore/pom.xml | 27 +++++---------- services/authorization/pstore/pom.xml | 19 +++-------- services/pom.xml | 5 --- 6 files changed, 57 insertions(+), 98 deletions(-) diff --git a/pom.xml b/pom.xml index 1f23bd380..64f1b40ad 100644 --- a/pom.xml +++ b/pom.xml @@ -216,6 +216,21 @@ + + + org.codehaus.mojo + properties-maven-plugin + [1.0.0,) + + + read-project-properties + + + + + + + @@ -239,6 +254,19 @@ + + org.codehaus.mojo + properties-maven-plugin + 1.0.0 + + + initialize + + read-project-properties + + + + @@ -314,6 +342,16 @@ + + org.codehaus.mojo + properties-maven-plugin + false + + + build.properties + + + diff --git a/services/JaxRsServiceProvider/pom.xml b/services/JaxRsServiceProvider/pom.xml index a2d066920..5a891e309 100644 --- a/services/JaxRsServiceProvider/pom.xml +++ b/services/JaxRsServiceProvider/pom.xml @@ -766,14 +766,6 @@ org.codehaus.mojo properties-maven-plugin - - - initialize - - read-project-properties - - - ../../build.properties @@ -825,7 +817,6 @@ - org.apache.maven.plugins maven-war-plugin @@ -849,44 +840,6 @@ - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.codehaus.mojo - - - properties-maven-plugin - - - [1.0-alpha-2,) - - - - read-project-properties - - - - - - - - - - - - - diff --git a/services/account/pstore/pom.xml b/services/account/pstore/pom.xml index 1f3ee11bf..ff9b8f050 100644 --- a/services/account/pstore/pom.xml +++ b/services/account/pstore/pom.xml @@ -72,20 +72,11 @@ org.codehaus.mojo properties-maven-plugin - 1.0-alpha-2 - - - initialize - - read-project-properties - - - - ${basedir}/../../../build.properties - - - - + + + ../../../build.properties + + org.codehaus.mojo diff --git a/services/authentication/pstore/pom.xml b/services/authentication/pstore/pom.xml index 2ef51a2af..f30e55036 100644 --- a/services/authentication/pstore/pom.xml +++ b/services/authentication/pstore/pom.xml @@ -64,24 +64,15 @@ ddl - - org.codehaus.mojo - properties-maven-plugin - 1.0-alpha-2 - - - initialize - - read-project-properties - - - - ${basedir}/../../../build.properties - - - - - + + org.codehaus.mojo + properties-maven-plugin + + + ../../../build.properties + + + org.codehaus.mojo hibernate3-maven-plugin diff --git a/services/authorization/pstore/pom.xml b/services/authorization/pstore/pom.xml index 4ccdd8c95..5a5c1f23d 100644 --- a/services/authorization/pstore/pom.xml +++ b/services/authorization/pstore/pom.xml @@ -62,20 +62,11 @@ org.codehaus.mojo properties-maven-plugin - 1.0-alpha-2 - - - initialize - - read-project-properties - - - - ${basedir}/../../../build.properties - - - - + + + ../../../build.properties + + org.codehaus.mojo diff --git a/services/pom.xml b/services/pom.xml index 76ac6aafe..5352562df 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -137,11 +137,6 @@ - - org.codehaus.mojo - properties-maven-plugin - 1.0-alpha-2 - org.apache.maven.plugins maven-site-plugin -- 2.47.3