You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2009/01/07 21:18:44 UTC

[jira] Created: (OWB-32) Enabling more maven reports for site creation

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.


[jira] Updated: (OWB-32) Enabling more maven reports for site creation

Posted by "Mark Struberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg updated OWB-32:
-----------------------------

    Attachment: OWB-32.patch

this patch enables a few standard reports.

The checkstyle report has to be configured propperly yet, > 34000 is not fine...

One can skip the reports with 

mvn -DskipReports=true

> 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
>         Attachments: OWB-32.patch
>
>
> 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.


[jira] Closed: (OWB-32) Enabling more maven reports for site creation

Posted by "Gurkan Erdogdu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gurkan Erdogdu closed OWB-32.
-----------------------------

       Resolution: Fixed
    Fix Version/s: M1

> 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
>             Fix For: M1
>
>         Attachments: OWB-32.patch
>
>
> 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.