From 2844a49212587b08dc777137e9e5f9011fbb3afd Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Mon, 23 May 2016 18:37:21 +0200 Subject: [PATCH 1/1] Add src/main/yang as source path in build-helper-maven-plugin This is required by yangide so that in-workspace cross-project *.yang references are correctly resolved; see https://lists.opendaylight.org/pipermail/yangtools-dev/2016-May/001383.html thread. Change-Id: I68b7a6961bb42caf7d48d3bfdca0587cc1c1d1ab Signed-off-by: Michael Vorburger --- opendaylight/config/config-parent/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/opendaylight/config/config-parent/pom.xml b/opendaylight/config/config-parent/pom.xml index 042cb4e167..723111fc95 100644 --- a/opendaylight/config/config-parent/pom.xml +++ b/opendaylight/config/config-parent/pom.xml @@ -143,6 +143,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html + src/main/yang ${jmxGeneratorPath} ${salGeneratorPath} -- 2.36.6