You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (Jira)" <ji...@apache.org> on 2020/08/02 19:07:00 UTC

[jira] [Closed] (MPLUGIN-363) HelpMojo result relies on 'clean'

     [ https://issues.apache.org/jira/browse/MPLUGIN-363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte closed MPLUGIN-363.
----------------------------------
    Resolution: Fixed

Fixed in [e2b11ea982723025a7b31e228b1d8985bdf822fa|https://gitbox.apache.org/repos/asf?p=maven-plugin-tools.git;a=commit;h=e2b11ea982723025a7b31e228b1d8985bdf822fa]

> HelpMojo result relies on 'clean'
> ---------------------------------
>
>                 Key: MPLUGIN-363
>                 URL: https://issues.apache.org/jira/browse/MPLUGIN-363
>             Project: Maven Plugin Tools
>          Issue Type: Bug
>            Reporter: Robert Scholte
>            Assignee: Robert Scholte
>            Priority: Major
>             Fix For: 3.6.1
>
>
> There's a slightly different result when the help-mojo is generated based on calling the clean-phase. Did makes it a bit harder to call it reproducible if you're not aware of this.
> Calling it with clean it always generates:
> {code}
> package name.of.the.package\r\n
> \n
> \n
> {code}
> Calling it afterwards without clean it always:
> {code}
> \n
> package name.of.the.package\n
> \n
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)