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/28 03:46:22 UTC

[jira] (MSITE-643) use maven-plugin-tools' java 5 annotations

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

Tony Chemit updated MSITE-643:
------------------------------

    Attachment: MSITE-643.diff

Here is the patch for this task.

Note that the SiteRunMojo#tempWebappDirectory

{code}
@parameter expression="${project.build.directory}/site-webapp"
{code}

to
{code}
    @Parameter( defaultValue = "${project.build.directory}/site-webapp" )
{code}

Note also, I saw some failing ITS:

* full-reporting/pom.xml
* MSITE-506/pom.xml
                
> use maven-plugin-tools' java 5 annotations
> ------------------------------------------
>
>                 Key: MSITE-643
>                 URL: https://jira.codehaus.org/browse/MSITE-643
>             Project: Maven 2.x and 3.x Site Plugin
>          Issue Type: Task
>    Affects Versions: 3.1
>            Reporter: Herve Boutemy
>         Attachments: MSITE-643.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