Bug 651 - cleanup eclipse errors in openflowplugin 08/6008/4
authorjameshall03885 <ghall@brocade.com>
Wed, 9 Apr 2014 17:16:05 +0000 (13:16 -0400)
committerjameshall03885 <ghall@brocade.com>
Fri, 11 Apr 2014 14:38:33 +0000 (10:38 -0400)
commitbcd316e1da31d5cd055d9ac398cc0245d01b4730
tree3da7d9235114366195b83cf5477e622f1c312c85
parent79c77d846719ecd91fd5a29177412bcc747e91e8
Bug 651 - cleanup eclipse errors in openflowplugin

- To avoid devs from having to run the IDE profile so eclipse can see the yang
generated source files, the yang source files are now generated under src/main/yang-gen-sals
or src/main/yang-gen-config instead of target/target-ide.

- The maven-clean-plugin was moved to the ofp parent pom and removed from
all child poms where it was specified. Thus, it will be automatically run for all
projects. The plugin's execution will clean all xtend and yang generated source dirs.

- The build-helper-maven-plugin was also moved to the parent pom and removed from
all child poms. It will automatically run for all projects and no longer needs to be
specified in child poms. The plugin's execution will created eclipse source folders
for all xtend and yang generated source.

I also removed two occurances of "&gt;" which seemed extraneous ... but perhaps I'm unaware of some pom.xml magic?

Change-Id: Ie99e141e55e03a3a3ebce3743624e7bea6e42e7b
Signed-off-by: jameshall03885 <ghall@brocade.com>
drop-test/pom.xml
pom.xml
test-provider/pom.xml