Add src/main/yang as source path in build-helper-maven-plugin 77/39277/2
authorMichael Vorburger <vorburger@redhat.com>
Mon, 23 May 2016 16:37:21 +0000 (18:37 +0200)
committerTom Pantelis <tpanteli@brocade.com>
Fri, 3 Jun 2016 16:17:08 +0000 (16:17 +0000)
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 <vorburger@redhat.com>
opendaylight/config/config-parent/pom.xml

index 042cb4e1675cb11b47631edd752ed797e742904c..723111fc954050d8c5352c5d8d691c243ed557b9 100644 (file)
@@ -143,6 +143,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
               </goals>
               <configuration>
                 <sources>
               </goals>
               <configuration>
                 <sources>
+                  <source>src/main/yang</source>
                   <source>${jmxGeneratorPath}</source>
                   <source>${salGeneratorPath}</source>
                 </sources>
                   <source>${jmxGeneratorPath}</source>
                   <source>${salGeneratorPath}</source>
                 </sources>