From 1a306f228ccbdbb6c5d302a1f8e24e5f4de4f0e0 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 31 Jul 2016 22:42:37 +0200 Subject: [PATCH] Move generated sources to target/ directory Generating bindings into src/ is a very bad idea, as that: - does not conform the expectations - does not get cleaned by maven - makes the life for bindings hard (checkstyle, cpd, etc.) Change-Id: I0d594aa849934c4ac88f8ebb0d4dcc8ea5a4e3e6 Signed-off-by: Robert Varga --- opendaylight/commons/opendaylight/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 98e957e38d..16eb5cbb9e 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -85,7 +85,10 @@ 2013.10.21.9-SNAPSHOT 2013.07.15.9-SNAPSHOT 2.0-beta-2 + + target/generated-sources/config-binding + 0.3.0-SNAPSHOT 1.3.0-SNAPSHOT ${karaf.version} @@ -110,7 +113,11 @@ 0.7.0-SNAPSHOT 0.3.0-SNAPSHOT 0.11.0-SNAPSHOT - src/main/yang-gen-sal + + + target/generated-sources/mdsal-binding + 0.8.0-SNAPSHOT 0.7.0-SNAPSHOT 0.7.0-SNAPSHOT -- 2.36.6