From 09f98006ed7b084310952fdd20ba67d0d36438ff Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 24 Jun 2021 12:12:15 +0200 Subject: [PATCH] Remove superfluous plugin dance FileGenerator-driven directories are maintained by yang-maven-plugin itself, there is no need to twiddle with directories here. Change-Id: I819c622c1816e9f4d4663a68ab20f7187c0ee346 JIRA: MDSAL-232 Signed-off-by: Robert Varga --- binding/binding-parent/pom.xml | 56 ---------------------------------- 1 file changed, 56 deletions(-) diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index 5ad682c100..4556de23af 100644 --- a/binding/binding-parent/pom.xml +++ b/binding/binding-parent/pom.xml @@ -20,10 +20,6 @@ binding-parent pom - - ${project.build.directory}/generated-sources/mdsal-binding - - @@ -83,58 +79,6 @@ - - maven-clean-plugin - - - - ${salGeneratorPath} - - ** - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - add-yang-sources - generate-sources - - add-source - - - - ${salGeneratorPath} - - - - - - - - - org.apache.maven.plugins - maven-pmd-plugin - - - cpd - process-sources - - cpd-check - - - - ${salGeneratorPath} - - - - - -- 2.36.6