From: Robert Varga Date: Sun, 31 Jul 2016 20:42:37 +0000 (+0200) Subject: Move generated sources to target/ directory X-Git-Tag: release/boron~34 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=1a306f228ccbdbb6c5d302a1f8e24e5f4de4f0e0 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 --- 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