From 76d45dabc4b62dd764d0f646735775385217e001 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 28 Jan 2024 02:52:04 +0100 Subject: [PATCH] Do not publish aggregator pom.xmls We have three aggregators which are being installed and deployed -- and they should not be. Hide them and reformat them to 4 spaces. Change-Id: I41be501d4954c2728a0f66d97bc44d539fd3013b Signed-off-by: Robert Varga --- aaa-encrypt-service/pom.xml | 44 ++++++++++++++++++---------------- aaa-password-service/pom.xml | 44 ++++++++++++++++++---------------- web/pom.xml | 46 ++++++++++++++++++++---------------- 3 files changed, 73 insertions(+), 61 deletions(-) diff --git a/aaa-encrypt-service/pom.xml b/aaa-encrypt-service/pom.xml index d0e0c0799..c6eee93ec 100644 --- a/aaa-encrypt-service/pom.xml +++ b/aaa-encrypt-service/pom.xml @@ -1,28 +1,32 @@ - 4.0.0 - - org.opendaylight.odlparent - odlparent-lite - 13.0.10 - - + 4.0.0 + + org.opendaylight.odlparent + odlparent-lite + 13.0.10 + + - org.opendaylight.aaa - aaa-encryption-service-aggregator - 0.19.1-SNAPSHOT - ODL :: aaa :: ${project.artifactId} - pom + org.opendaylight.aaa + aaa-encryption-service-aggregator + 0.19.1-SNAPSHOT + ODL :: aaa :: ${project.artifactId} + pom - - api - impl - + + true + true + + + api + impl + diff --git a/aaa-password-service/pom.xml b/aaa-password-service/pom.xml index 0cd6696d8..892fa590c 100644 --- a/aaa-password-service/pom.xml +++ b/aaa-password-service/pom.xml @@ -1,29 +1,33 @@ - 4.0.0 + 4.0.0 - - org.opendaylight.odlparent - odlparent-lite - 13.0.10 - - + + org.opendaylight.odlparent + odlparent-lite + 13.0.10 + + - org.opendaylight.aaa - aaa-password-service-aggregator - 0.19.1-SNAPSHOT - ODL :: aaa :: ${project.artifactId} - pom + org.opendaylight.aaa + aaa-password-service-aggregator + 0.19.1-SNAPSHOT + ODL :: aaa :: ${project.artifactId} + pom - - api - impl - + + true + true + + + api + impl + diff --git a/web/pom.xml b/web/pom.xml index a08df3cb2..2565e8e38 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -1,5 +1,4 @@ - - 4.0.0 + 4.0.0 - - org.opendaylight.odlparent - odlparent-lite - 13.0.10 - - + + org.opendaylight.odlparent + odlparent-lite + 13.0.10 + + - org.opendaylight.aaa.web - web-aggregator - 0.19.1-SNAPSHOT - pom - ODL :: aaa :: ${project.artifactId} + org.opendaylight.aaa.web + web-aggregator + 0.19.1-SNAPSHOT + pom + ODL :: aaa :: ${project.artifactId} - - api - impl-osgi - impl-jetty - servlet-api - servlet-jersey2 - testutils - + + true + true + + + + api + impl-osgi + impl-jetty + servlet-api + servlet-jersey2 + testutils + -- 2.36.6