[
http://jira.codehaus.org/browse/MPIR-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_113012
]
Vincent Siveton commented on MPIR-74:
-------------------------------------
The main pb is not in the MPIR (works fine) but in all report pending plugins.
We need to extract this logic somewhere to avoid copy/paste.
Just try to create a new report plugin with doxia:1.0-alpha-9 and specify the
following content
{noformat}
getSink().head();
getSink().text( "REPORT NAME" );
getSink().head_();
{noformat}
> Move logic inside AbstractProjectInfoReport to maven-reporting-impl
> -------------------------------------------------------------------
>
> Key: MPIR-74
> URL: http://jira.codehaus.org/browse/MPIR-74
> Project: Maven 2.x Project Info Reports Plugin
> Issue Type: Improvement
> Affects Versions: 2.1
> Reporter: Vincent Siveton
> Priority: Blocker
> Fix For: 2.1
>
>
> Due to doxia:1.0-alpha-9, the following methods need to be a part of
> maven-reporting-impl:
> private File getSkinArtifactFile();
> public void execute();
> So, it should be more easy to create a new report plugin.
--
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