From f32e7f3a79d81bdbb79166e7a6cf8d099b6b4756 Mon Sep 17 00:00:00 2001 From: Gabriel Roldan Date: Thu, 4 Apr 2024 19:49:18 -0300 Subject: [PATCH] Make examples/ a root pom child under the 'examples' maven profile --- examples/java-client/pom.xml | 2 +- examples/pom.xml | 92 ++---------------------------------- pom.xml | 13 ++++- 3 files changed, 18 insertions(+), 89 deletions(-) diff --git a/examples/java-client/pom.xml b/examples/java-client/pom.xml index 7fd5407..751b67b 100644 --- a/examples/java-client/pom.xml +++ b/examples/java-client/pom.xml @@ -10,7 +10,7 @@ org.geoserver.acl.examples acl-examples - 2.2-SNAPSHOT + ${revision} acl-java-client-example diff --git a/examples/pom.xml b/examples/pom.xml index 59d4602..ba57a14 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -7,98 +7,16 @@ --> 4.0.0 + + org.geoserver.acl + gs-acl-bom + ${revision} + org.geoserver.acl.examples acl-examples - 2.2-SNAPSHOT pom java-client - - UTF-8 - UTF-8 - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.11.0 - true - - 17 - true - UTF-8 - - - - com.spotify.fmt - fmt-maven-plugin - 2.21.1 - - false - .*\.java - ${fmt.skip} - - - - - - format - - - - - - org.codehaus.mojo - flatten-maven-plugin - 1.5.0 - true - - true - - ossrh - - - - flatten - - flatten - - process-resources - - - flatten.clean - - clean - - clean - - - - - com.github.ekryd.sortpom - sortpom-maven-plugin - 3.3.0 - - UTF-8 - false - \n - 2 - stop - strict - - - - sort - - sort - - validate - - - - - diff --git a/pom.xml b/pom.xml index 551c30a..b2cddbe 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,6 @@ 17 format false - UTF-8 7.0.1 false UTF-8 @@ -487,4 +486,16 @@ + + + examples + + + false + + + examples + + +