You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tony Chemit (JIRA)" <ji...@codehaus.org> on 2012/06/30 03:09:21 UTC

[jira] (MCHANGELOG-129) use maven-plugin-tools' java 5 annotations

Tony Chemit created MCHANGELOG-129:
--------------------------------------

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




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

        

[jira] (MCHANGELOG-129) use maven-plugin-tools' java 5 annotations

Posted by "Tony Chemit (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MCHANGELOG-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=303312#comment-303312 ] 

Tony Chemit commented on MCHANGELOG-129:
----------------------------------------

[Patch applied in rev 1360280.|http://svn.apache.org/viewvc?rev=1360280&view=rev].

About MPLUGIN-220 I simply use a java constant to fix it.
                
> 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
>            Assignee: 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

        

[jira] (MCHANGELOG-129) use maven-plugin-tools' java 5 annotations

Posted by "Tony Chemit (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MCHANGELOG-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tony Chemit reassigned MCHANGELOG-129:
--------------------------------------

    Assignee: Tony Chemit
    
> 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
>            Assignee: 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

        

[jira] (MCHANGELOG-129) use maven-plugin-tools' java 5 annotations

Posted by "Tony Chemit (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MCHANGELOG-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tony Chemit closed MCHANGELOG-129.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3
    
> 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
>            Assignee: Tony Chemit
>             Fix For: 2.3
>
>         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

        

[jira] (MCHANGELOG-129) use maven-plugin-tools' java 5 annotations

Posted by "Tony Chemit (JIRA)" <ji...@codehaus.org>.
     [ 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