[ 
http://jira.codehaus.org/browse/MCHANGES-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=190121#action_190121
 ] 

Tomas Vojtech edited comment on MCHANGES-177 at 9/7/09 11:12 AM:
-----------------------------------------------------------------

use:

in element columnNames you can specify report columns

<plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-changes-plugin</artifactId>
                        <version>2.2-SNAPSHOT</version>
                        <configuration>
                            <outputEncoding>UTF-8</outputEncoding>
                            <query>status!=closed</query>
                            <columnNames>id,status,milestone</columnNames>
                        </configuration>
                    </plugin>


      was (Author: blaf):
    patch with implementation
  
> allow specify report columns
> ----------------------------
>
>                 Key: MCHANGES-177
>                 URL: http://jira.codehaus.org/browse/MCHANGES-177
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Improvement
>          Components: other issue-trackers
>            Reporter: Tomas Vojtech
>         Attachments: MCHANGES-177.patch
>
>
> it would be nice if user could specify column names shown in the trac report.

-- 
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

        

Reply via email to