inception-project / external-recommender-dkpro-tc

External recommender for DKPro TC
Apache License 2.0
0 stars 0 forks source link

Inherit from DKPro Parent POM #9

Closed reckart closed 5 years ago

reckart commented 5 years ago

The DKPro Parent POM already sets up many things (compiler level, encoding, Maven plugins, code coverage profiles, etc etc). We could save a ton of settings by inheriting from it.

reckart commented 5 years ago

It also adds the "jacoco" profile which would fix the problem that the coverage reported by Jenkins to GitHub is always zero.

Horsmann commented 5 years ago

ah ok :) sorry