Add src/main/yang as source path in build-helper-maven-plugin 75/39275/3
authorMichael Vorburger <vorburger@redhat.com>
Mon, 23 May 2016 16:18:29 +0000 (18:18 +0200)
committerRobert Varga <nite@hq.sk>
Mon, 30 May 2016 11:52:25 +0000 (11:52 +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: I81d07a94660bffea1953b949f507e62a7eaef4ee
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
binding/binding-parent/pom.xml

index 6184418a6c71c0a0e0040d12c9289a4b80fa7d55..7b747aa1a3376eb684dc39de7e8c59a83d7322db 100644 (file)
                                     </goals>
                                     <configuration>
                                         <sources>
+                                            <source>src/main/yang</source>
                                             <source>${salGeneratorPath}</source>
                                         </sources>
                                     </configuration>