From 02342ea8755cd02a50295c0e412a542024761b9c Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Tue, 1 Nov 2016 21:44:28 +0100 Subject: [PATCH] target-ide/ support by resourceBaseDir using ${project.build.directory} without explicitly setting this, org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl defaults to hard-coded target/generated-sources/spi for META-INF/services/org.opendaylight.yangtools.yang.binding.YangModelBindingProvider instead of target-ide. Minor: Also add target-ide/ to .gitignore of this git repository. Change-Id: I330646f5a4e71cda021697410d452298a4127f4f Signed-off-by: Michael Vorburger --- opendaylight/md-sal/sal-binding-config/pom.xml | 1 + opendaylight/md-sal/sal-dom-config/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/opendaylight/md-sal/sal-binding-config/pom.xml b/opendaylight/md-sal/sal-binding-config/pom.xml index a182f9279a..7112344e2c 100644 --- a/opendaylight/md-sal/sal-binding-config/pom.xml +++ b/opendaylight/md-sal/sal-binding-config/pom.xml @@ -66,6 +66,7 @@ org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl ${salGeneratorPath} + ${project.build.directory}/generated-sources/spi org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator diff --git a/opendaylight/md-sal/sal-dom-config/pom.xml b/opendaylight/md-sal/sal-dom-config/pom.xml index 4a5625e309..0bfc3205fe 100644 --- a/opendaylight/md-sal/sal-dom-config/pom.xml +++ b/opendaylight/md-sal/sal-dom-config/pom.xml @@ -63,6 +63,7 @@ org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl ${salGeneratorPath} + ${project.build.directory}/generated-sources/spi org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator -- 2.36.6