You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/08/10 12:08:15 UTC

[jira] Created: (MPSITE-12) Allow multiple report definitions for various site targets

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPSITE-12

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPSITE-12
    Summary: Allow multiple report definitions for various site targets
       Type: New Feature

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-site-plugin

   Assignee: 
   Reporter: Martijn Dashorst

    Created: Tue, 10 Aug 2004 6:07 AM
    Updated: Tue, 10 Aug 2004 6:07 AM

Description:
Currently it is only possible to have 1 <reports> section in the pom. There are some plugins/reports that take a lot of time to generate (statcvs, javadoc come to mind) that are useful, but you don't want to generate everytime you wish to run the tests.

I propose to include multiple report groups (note, the syntax is only illustrative, I have absolutely no idea what would constitute a good syntax)

<reports type="local">
    <report>junit-reports</report>
    <report>checkstyle</report>
    <report>task</report>
</reports>

<reports type="daily">
    <report>junit-reports</report>
    <report>jxr</report>
    <report>checkstyle</report>
    <report>task</report>
    <report>statcvs</report>
    <report>javadoc</report>
</reports>

<reports type="deploy">
    <report>license</report>
    <report>faq</report>
    <report>changes</report>
    <report>javadoc</report>
</reports>


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPSITE-12) Allow multiple report definitions for various site targets

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: David Eric Pugh
    Created: Tue, 10 Aug 2004 8:08 AM
       Body:
I think you could better address this way by changing your strategy for testing:

1) Use something like Cruisecontrol to run your builds.  That way you don't care how long it takes.

2) Add your own goal: myapp:test that deregisters all the reports and then runs test:test.

I don't think the POM needs to be changed as it looks to just add more complexity.

Eric
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPSITE-12?page=comments#action_22948

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPSITE-12

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPSITE-12
    Summary: Allow multiple report definitions for various site targets
       Type: New Feature

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-site-plugin

   Assignee: 
   Reporter: Martijn Dashorst

    Created: Tue, 10 Aug 2004 6:07 AM
    Updated: Tue, 10 Aug 2004 8:08 AM

Description:
Currently it is only possible to have 1 <reports> section in the pom. There are some plugins/reports that take a lot of time to generate (statcvs, javadoc come to mind) that are useful, but you don't want to generate everytime you wish to run the tests.

I propose to include multiple report groups (note, the syntax is only illustrative, I have absolutely no idea what would constitute a good syntax)

<reports type="local">
    <report>junit-reports</report>
    <report>checkstyle</report>
    <report>task</report>
</reports>

<reports type="daily">
    <report>junit-reports</report>
    <report>jxr</report>
    <report>checkstyle</report>
    <report>task</report>
    <report>statcvs</report>
    <report>javadoc</report>
</reports>

<reports type="deploy">
    <report>license</report>
    <report>faq</report>
    <report>changes</report>
    <report>javadoc</report>
</reports>


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPSITE-12) Allow multiple report definitions for various site targets

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPSITE-12?page=all ]
     
Lukas Theussl closed MPSITE-12:
-------------------------------

    Resolution: Won't Fix

> Allow multiple report definitions for various site targets
> ----------------------------------------------------------
>
>          Key: MPSITE-12
>          URL: http://jira.codehaus.org/browse/MPSITE-12
>      Project: maven-site-plugin
>         Type: New Feature
>     Reporter: Martijn Dashorst

>
>
> Currently it is only possible to have 1 <reports> section in the pom. There are some plugins/reports that take a lot of time to generate (statcvs, javadoc come to mind) that are useful, but you don't want to generate everytime you wish to run the tests.
> I propose to include multiple report groups (note, the syntax is only illustrative, I have absolutely no idea what would constitute a good syntax)
> <reports type="local">
>     <report>junit-reports</report>
>     <report>checkstyle</report>
>     <report>task</report>
> </reports>
> <reports type="daily">
>     <report>junit-reports</report>
>     <report>jxr</report>
>     <report>checkstyle</report>
>     <report>task</report>
>     <report>statcvs</report>
>     <report>javadoc</report>
> </reports>
> <reports type="deploy">
>     <report>license</report>
>     <report>faq</report>
>     <report>changes</report>
>     <report>javadoc</report>
> </reports>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org