From bbc5ad0c5abe39b15a42fe35edb868e20ec13935 Mon Sep 17 00:00:00 2001 From: Gilles Thouenon Date: Mon, 16 Oct 2023 15:53:32 +0200 Subject: [PATCH 1/1] Update aggregator POMs Disable artifact processing for aggregator POM that don't produce any useful artifact. Signed-off-by: Gilles Thouenon Change-Id: I6862c9ab76bdf802aa3402f05d6d038997f4aabf --- features/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/features/pom.xml b/features/pom.xml index 3b7e5ddc1..74f6636f2 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -31,4 +31,23 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL odl-transportpce-dmaap-client odl-transportpce-swagger + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-install-plugin + + true + + + + -- 2.36.6