You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Peter Palaga (JIRA)" <ji...@apache.org> on 2018/01/02 16:20:00 UTC

[jira] [Commented] (SUREFIRE-1456) Let plugin:report support takari-maven-plugin packaging

    [ https://issues.apache.org/jira/browse/SUREFIRE-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16308302#comment-16308302 ] 

Peter Palaga commented on SUREFIRE-1456:
----------------------------------------

Sorry, this issue should have been created under MPLUGIN, where I have just re-created it as https://issues.apache.org/jira/browse/MPLUGIN-331 . The current issue can be closed.

> Let plugin:report support takari-maven-plugin packaging
> -------------------------------------------------------
>
>                 Key: SUREFIRE-1456
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1456
>             Project: Maven Surefire
>          Issue Type: Task
>            Reporter: Peter Palaga
>
> {{org.apache.maven.plugin.plugin.PluginReport.canGenerateReport()}} currently reads
> {code}
> return "maven-plugin".equals( project.getPackaging() );
> {code}
> I propose to change it to 
> {code}
> return "maven-plugin".equals( project.getPackaging() )
>                 || "takari-maven-plugin".equals( project.getPackaging() );
> {code}
> so that also takari-maven-plugins are supported.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)