Enabling more maven reports for site creation
---------------------------------------------
Key: OWB-32
URL: https://issues.apache.org/jira/browse/OWB-32
Project: OpenWebBeans
Issue Type: Task
Reporter: Mark Struberg
Assignee: Gurkan Erdogdu
Priority: Minor
Currently there are only a few standard reports enabled in the incubator parent
pom.
So I suggest to enable the following reports:
* cobertura test coverage
* taglist open TODO tags, etc
* pmd code duplications, possible problems etc
* jxr cross-reference
* javadoc ...
* checkstyle tabs, spaces, bracelets check
* dependency and dependency-convergence
* surefire test reporting
I would implement them via a profile which can be disabled for quicker builds
with -DskipReports
I assume that we only like to have this for webbeans-impl, right?
Please tell me which reports I finally should add.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.