[ 
https://jira.codehaus.org/browse/MCHANGELOG-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tony Chemit updated MCHANGELOG-129:
-----------------------------------

    Attachment: MCHANGELOG-129.diff

Patch to fix this task once the MPLUGIN-203 is solved.

Note that parameter outputXML
{code}
* @parameter  expression="${project.build.directory}/changelog.xml"
* @required
{code}

is changed to 

{code}
@Parameter( defaultValue = "${project.build.directory}/changelog.xml", required 
= true )

{code}
Thanks.
                
> use maven-plugin-tools' java 5 annotations
> ------------------------------------------
>
>                 Key: MCHANGELOG-129
>                 URL: https://jira.codehaus.org/browse/MCHANGELOG-129
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2
>            Reporter: Tony Chemit
>         Attachments: MCHANGELOG-129.diff
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to