From 1e21476847a65f98e9ba249cefdd1e2aa6d29ad7 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 19 Feb 2016 11:06:00 +0100 Subject: [PATCH] Move JMX generator out of src/main Move generated files to target/generated-sources/config-binding to make sure we do not emit generated source files to src/main, where they run risk of being added to SCM. Change-Id: Idc8733dbfd5b125c96bfb49069a908174bfeefd0 Signed-off-by: Robert Varga --- opendaylight/commons/opendaylight/pom.xml | 2 +- opendaylight/config/config-parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index e6a93db9dd..23033f58ad 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -87,7 +87,7 @@ 2013.10.21.9-SNAPSHOT 2010.09.24.9-SNAPSHOT 2.0-beta-2 - src/main/yang-gen-config + target/generated-sources/config-binding 0.3.0-SNAPSHOT 1.3.0-SNAPSHOT ${karaf.version} diff --git a/opendaylight/config/config-parent/pom.xml b/opendaylight/config/config-parent/pom.xml index 0f865eb086..042cb4e167 100644 --- a/opendaylight/config/config-parent/pom.xml +++ b/opendaylight/config/config-parent/pom.xml @@ -25,7 +25,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 0.5.0-SNAPSHOT 1.4.0-SNAPSHOT 1.0.0-SNAPSHOT - src/main/yang-gen-config + target/generated-sources/config-binding src/main/config/default-config.xml -- 2.36.6