You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Trygve Laugstol (JIRA)" <ji...@codehaus.org> on 2009/06/29 16:45:05 UTC

[jira] Created: (MCHANGES-160) Support creating a plain text version of the report

Support creating a plain text version of the report
---------------------------------------------------

                 Key: MCHANGES-160
                 URL: http://jira.codehaus.org/browse/MCHANGES-160
             Project: Maven 2.x Changes Plugin
          Issue Type: New Feature
            Reporter: Trygve Laugstol


Useful when the change log is to be included in a native package or in a WAR as documentation.

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

        

[jira] Commented: (MCHANGES-160) Support creating a plain text version of the report

Posted by "SebbASF (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGES-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=217874#action_217874 ] 

SebbASF commented on MCHANGES-160:
----------------------------------

You can also create your own velocity template if you want to change the layout or content, but the default announcement.vm file produced by "mvn changes:announcement-generate" is pretty good as is.

What you cannot change currently is the output file name (same as template name) or directory (target/announcement).

Just rename the file and move it somewhere suitable.

> Support creating a plain text version of the report
> ---------------------------------------------------
>
>                 Key: MCHANGES-160
>                 URL: http://jira.codehaus.org/browse/MCHANGES-160
>             Project: Maven 2.x Changes Plugin
>          Issue Type: New Feature
>            Reporter: Trygve Laugstol
>
> Useful when the change log is to be included in a native package or in a WAR as documentation.

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

        

[jira] Commented: (MCHANGES-160) Support creating a plain text version of the report

Posted by "Tuomas Kiviaho (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGES-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=234113#action_234113 ] 

Tuomas Kiviaho commented on MCHANGES-160:
-----------------------------------------

Or use antrun to copy it to suitable location. 

<tasks>
  <copy file="${project.build.directory}/target/announcement.vm" tofile="${project.basedir}/appassembler/CHANGES.txt"/>
</tasks>


> Support creating a plain text version of the report
> ---------------------------------------------------
>
>                 Key: MCHANGES-160
>                 URL: http://jira.codehaus.org/browse/MCHANGES-160
>             Project: Maven 2.x Changes Plugin
>          Issue Type: New Feature
>            Reporter: Trygve Laugstol
>
> Useful when the change log is to be included in a native package or in a WAR as documentation.

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

        

[jira] Closed: (MCHANGES-160) Support creating a plain text version of the report

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGES-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MCHANGES-160.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4
         Assignee: Dennis Lundberg

Instead of making a plain text version for the changes-report goal, I opted to make the announcement-generate goal more configurable. That way you can also include issues from JIRA.

Fixed in [r1054308|http://svn.apache.org/viewvc?view=revision&revision=1054308].

New 2.4-SNAPSHOT deployed for those who want to test drive this. See the example in the docs on how to use it.

> Support creating a plain text version of the report
> ---------------------------------------------------
>
>                 Key: MCHANGES-160
>                 URL: http://jira.codehaus.org/browse/MCHANGES-160
>             Project: Maven 2.x Changes Plugin
>          Issue Type: New Feature
>          Components: announcement
>            Reporter: Trygve Laugstol
>            Assignee: Dennis Lundberg
>             Fix For: 2.4
>
>
> Useful when the change log is to be included in a native package or in a WAR as documentation.

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

        

[jira] Commented: (MCHANGES-160) Support creating a plain text version of the report

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGES-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=193062#action_193062 ] 

Dennis Lundberg commented on MCHANGES-160:
------------------------------------------

You can probably use the announcement:generate goal for this.

> Support creating a plain text version of the report
> ---------------------------------------------------
>
>                 Key: MCHANGES-160
>                 URL: http://jira.codehaus.org/browse/MCHANGES-160
>             Project: Maven 2.x Changes Plugin
>          Issue Type: New Feature
>            Reporter: Trygve Laugstol
>
> Useful when the change log is to be included in a native package or in a WAR as documentation.

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

        

[jira] Updated: (MCHANGES-160) Support creating a plain text version of the report

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGES-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated MCHANGES-160:
-------------------------------------

    Component/s: announcement

> Support creating a plain text version of the report
> ---------------------------------------------------
>
>                 Key: MCHANGES-160
>                 URL: http://jira.codehaus.org/browse/MCHANGES-160
>             Project: Maven 2.x Changes Plugin
>          Issue Type: New Feature
>          Components: announcement
>            Reporter: Trygve Laugstol
>
> Useful when the change log is to be included in a native package or in a WAR as documentation.

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