From 916012870871a7bd2ccbaeb1249fca71d06ebfe5 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 28 Sep 2021 22:05:18 -0700 Subject: [PATCH] Cleanup SDG Maven parent and spring-data-geode module POM files. Move all build plugin configuraton to the parent. Remove the 'ci' and 'distribute' build profile specific 'maven-javadoc-plugin' configuration. Resolves gh-538. --- pom.xml | 71 +++++++++++++-------------------------- spring-data-geode/pom.xml | 23 ------------- 2 files changed, 23 insertions(+), 71 deletions(-) diff --git a/pom.xml b/pom.xml index f065e2ba..a305e016 100644 --- a/pom.xml +++ b/pom.xml @@ -56,6 +56,7 @@ + org.apache.maven.plugins maven-javadoc-plugin @@ -64,60 +65,34 @@ org.apache.geode:geode-gfsh false - + https://geode.apache.org/releases/latest/javadoc/ + + + org.apache.maven.plugins + maven-surefire-plugin + + --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED + + **/*Tests.java + **/*Test.java + + false + + ${basedir}/src/test/resources/java-util-logging.properties + true + error + apache-geode + + + + - - - - ci - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - org.apache.geode:geode-gfsh - - false - - https://geode.apache.org/releases/latest/javadoc/ - - - - - - - - - distribute - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - org.apache.geode:geode-gfsh - - false - - https://geode.apache.org/releases/latest/javadoc/ - - - - - - - - - @@ -137,7 +112,7 @@ -