From 0e17150d3ff27ac2c331d9ce6eb4884fe6b1d127 Mon Sep 17 00:00:00 2001 From: Nathan Harmon Date: Mon, 9 Feb 2015 13:24:59 -0800 Subject: [PATCH] Mark yang generated source location as a source directory. Configured in plugin mgmt only. Will run automatically when binding-parent is updated. See https://git.opendaylight.org/gerrit/15087 (yangtools). Change-Id: I846478b374645340006937a107c186cfa30f6975 Signed-off-by: Nathan Harmon --- opendaylight/config/config-parent/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/opendaylight/config/config-parent/pom.xml b/opendaylight/config/config-parent/pom.xml index af39b63447..e6e2bb8478 100644 --- a/opendaylight/config/config-parent/pom.xml +++ b/opendaylight/config/config-parent/pom.xml @@ -123,6 +123,25 @@ and is available at http://www.eclipse.org/legal/epl-v10.html + + org.codehaus.mojo + build-helper-maven-plugin + + + add-yang-sources + generate-sources + + add-source + + + + ${jmxGeneratorPath} + ${salGeneratorPath} + + + + + -- 2.36.6