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

[jira] (MPIR-246) use maven-plugin-tools' java 5 annotations

Herve Boutemy created MPIR-246:
----------------------------------

             Summary: use maven-plugin-tools' java 5 annotations
                 Key: MPIR-246
                 URL: https://jira.codehaus.org/browse/MPIR-246
             Project: Maven 2.x Project Info Reports Plugin
          Issue Type: Task
    Affects Versions: 2.4
            Reporter: Herve Boutemy


see MPLUGIN-203

--
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] (MPIR-246) use maven-plugin-tools' java 5 annotations

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

Tony Chemit updated MPIR-246:
-----------------------------

    Attachment: MPIR-246.diff

Here is a patch for it.

Note that I change 

AbstractProjectInfoReport#customBundle

{code}
     * @parameter expression="${project.basedir}/src/site/custom/project-info-report.properties"
{code}

to 

{code}
@Parameter( defaultValue = "${project.basedir}/src/site/custom/project-info-report.properties" )
{code}

there is alos a @plexus.component on ProjectSummaryReport, is it normal ?

                
> use maven-plugin-tools' java 5 annotations
> ------------------------------------------
>
>                 Key: MPIR-246
>                 URL: https://jira.codehaus.org/browse/MPIR-246
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Task
>    Affects Versions: 2.4
>            Reporter: Herve Boutemy
>         Attachments: MINSTALL-88.diff, MPIR-246.diff
>
>
> see MPLUGIN-203

--
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] (MPIR-246) use maven-plugin-tools' java 5 annotations

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

Tony Chemit updated MPIR-246:
-----------------------------

    Attachment: MINSTALL-88.diff

Here is a patch for it.

Note that I upgrade to maven-plugins 22 to have jdk 5 requirement as it did not work with maven-plugins 21... while configuration of m-compiler-p is the same (from maven-parent 20 and 21).

Something to be clarified I think.
                
> use maven-plugin-tools' java 5 annotations
> ------------------------------------------
>
>                 Key: MPIR-246
>                 URL: https://jira.codehaus.org/browse/MPIR-246
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Task
>    Affects Versions: 2.4
>            Reporter: Herve Boutemy
>         Attachments: MINSTALL-88.diff
>
>
> see MPLUGIN-203

--
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] (MPIR-246) use maven-plugin-tools' java 5 annotations

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

Tony Chemit reassigned MPIR-246:
--------------------------------

    Assignee: Tony Chemit
    
> use maven-plugin-tools' java 5 annotations
> ------------------------------------------
>
>                 Key: MPIR-246
>                 URL: https://jira.codehaus.org/browse/MPIR-246
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Task
>    Affects Versions: 2.4
>            Reporter: Herve Boutemy
>            Assignee: Tony Chemit
>         Attachments: MINSTALL-88.diff, MPIR-246_2.diff, MPIR-246.diff
>
>
> see MPLUGIN-203

--
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] (MPIR-246) use maven-plugin-tools' java 5 annotations

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

Tony Chemit closed MPIR-246.
----------------------------

       Resolution: Fixed
    Fix Version/s: 2.5

[done in rev 1359783.|http://svn.apache.org/viewvc?rev=1359783&view=rev]
                
> use maven-plugin-tools' java 5 annotations
> ------------------------------------------
>
>                 Key: MPIR-246
>                 URL: https://jira.codehaus.org/browse/MPIR-246
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Task
>    Affects Versions: 2.4
>            Reporter: Herve Boutemy
>            Assignee: Tony Chemit
>             Fix For: 2.5
>
>         Attachments: MINSTALL-88.diff, MPIR-246_2.diff, MPIR-246.diff
>
>
> see MPLUGIN-203

--
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] (MPIR-246) use maven-plugin-tools' java 5 annotations

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

Tony Chemit updated MPIR-246:
-----------------------------

    Attachment: MPIR-246_2.diff

Same patch but using @Component for special maven objects (see http://maven.apache.org/plugin-tools/apidocs/org/apache/maven/plugins/annotations/Component.html) 
                
> use maven-plugin-tools' java 5 annotations
> ------------------------------------------
>
>                 Key: MPIR-246
>                 URL: https://jira.codehaus.org/browse/MPIR-246
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Task
>    Affects Versions: 2.4
>            Reporter: Herve Boutemy
>         Attachments: MINSTALL-88.diff, MPIR-246_2.diff, MPIR-246.diff
>
>
> see MPLUGIN-203

--
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] (MPIR-246) use maven-plugin-tools' java 5 annotations

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

Tony Chemit edited comment on MPIR-246 at 6/27/12 7:31 PM:
-----------------------------------------------------------

Oups the MINSTALL patch is not for this project. My bad.
                
      was (Author: tchemit):
    Here is a patch for it.

Note that I upgrade to maven-plugins 22 to have jdk 5 requirement as it did not work with maven-plugins 21... while configuration of m-compiler-p is the same (from maven-parent 20 and 21).

Something to be clarified I think.
                  
> use maven-plugin-tools' java 5 annotations
> ------------------------------------------
>
>                 Key: MPIR-246
>                 URL: https://jira.codehaus.org/browse/MPIR-246
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Task
>    Affects Versions: 2.4
>            Reporter: Herve Boutemy
>         Attachments: MINSTALL-88.diff, MPIR-246.diff
>
>
> see MPLUGIN-203

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