Change target to ${project.build.target} in a bunch of pom file.
authorElek Jani <elekjani@gmail.com>
Wed, 22 Jan 2014 09:55:30 +0000 (10:55 +0100)
committerGiovanni Meo <gmeo@cisco.com>
Wed, 22 Jan 2014 21:41:13 +0000 (22:41 +0100)
Add some xtend-gen source dir to the build path.
The commit purpose is to eliminate errors in eclipse.

Change-Id: I90727a0096154d7633f4b6cc309dcc09c9a51678
Signed-off-by: Elek Jani <elekjani@gmail.com>
opendaylight/md-sal/sal-binding-broker/pom.xml
opendaylight/md-sal/sal-dom-broker/pom.xml

index 6dc91e014b5c2bab078a915984abc5f52d510f8b..0f490ebe15db9530302c174cfe07eb2d586c0220 100644 (file)
@@ -76,6 +76,7 @@
                         <configuration>
                             <sources>
                                 <source>${project.build.directory}/generated-sources/config</source>
+                                <source>src/main/xtend-gen</source>
                             </sources>
                         </configuration>
                     </execution>
index 5c53f7685347ae57208ed1aca42a9b379920b05e..cf2a5b2b71834acc33f051af67f9a85330f22a3a 100644 (file)
                         <configuration>
                             <sources>
                                 <source>${project.build.directory}/generated-sources/config</source>
+                                <source>src/main/xtend-gen</source>
                             </sources>
                         </configuration>
                     </execution>