From 1cd147bb0310ba7513e56b349db6a0013b25addd Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 30 Jun 2021 17:19:30 +0200 Subject: [PATCH] Inherit dependency analysis Our dependency analysis has been upstreamed to odlparent, remove unnecessary plugin execution (which is now a duplicate). Change-Id: Ie3abbb27dfff6bff9374dfdb0c695b66bf53b086 Signed-off-by: Robert Varga --- parent/pom.xml | 20 ++++---------------- testtool-parent/pom.xml | 21 --------------------- 2 files changed, 4 insertions(+), 37 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 8b592d1a21..e198e0a8f9 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -30,6 +30,10 @@ + + true + + @@ -141,22 +145,6 @@ 1 - - org.apache.maven.plugins - maven-dependency-plugin - - - analyze - - analyze-only - - - true - true - - - - diff --git a/testtool-parent/pom.xml b/testtool-parent/pom.xml index 439fd7860a..77e184789f 100644 --- a/testtool-parent/pom.xml +++ b/testtool-parent/pom.xml @@ -40,27 +40,6 @@ - - - - org.apache.maven.plugins - maven-dependency-plugin - - - analyze - - analyze-only - - - true - true - - - - - - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git scm:git:ssh://git.opendaylight.org:29418/bgpcep.git -- 2.36.6