Add missing configuration to build-helper-maven-plugin 75/57675/2
authorMichael Vorburger <vorburger@redhat.com>
Tue, 23 May 2017 11:51:00 +0000 (13:51 +0200)
committerMichael Vorburger <vorburger@redhat.com>
Mon, 29 May 2017 15:15:10 +0000 (15:15 +0000)
commit97613675ac818cf3f155632dfcca171b1976d4e4
tree7bb1383f92263f3ebefe95f3c74b3ee36b99afca
parenta6c95ee03c6e53fc4e8b59c2a2c4d656d02a63aa
Add missing configuration to build-helper-maven-plugin

This makes openflowjava work e.g. in Eclipse IDE out-of-the-box (using
https://github.com/vorburger/opendaylight-eclipse-setup configuration),
without any red.  Without this, the paths with the generated code are
not automatically source folder in IDE, so not on classpath, so there's
red errors.

This is how all other projects do it; I just copy/pasted from elsewhere.

PS: In an ideal world, this should be inherited from some parent POM
e.g. in controller, but let's at least already do an ad-hoc fix here.

Change-Id: Ib0b8258de329345422d044f5fea4e9981b67da93
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
parent/pom.xml