You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2020/03/06 21:41:00 UTC

[jira] [Commented] (MCHANGES-391) Change package from org.apache.maven.plugins.* to org.apache.maven.plugins.changes.*

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

Elliotte Rusty Harold commented on MCHANGES-391:
------------------------------------------------

Would this require a major version bump? Might be important in java 9+ to avoid split package issues.

> Change package from org.apache.maven.plugins.* to org.apache.maven.plugins.changes.*
> ------------------------------------------------------------------------------------
>
>                 Key: MCHANGES-391
>                 URL: https://issues.apache.org/jira/browse/MCHANGES-391
>             Project: Maven Changes Plugin
>          Issue Type: Improvement
>    Affects Versions: 3.0.0
>            Reporter: Karl Heinz Marbaise
>            Priority: Blocker
>             Fix For: 3.0.0
>
>
> The package structure should be made consistent with other plugins currently the tree looks like this:
> {noformat}
> .
> └── org
>     └── apache
>         └── maven
>             └── plugins
>                 ├── announcement
>                 │   └── mailsender
>                 ├── changes
>                 │   └── schema
>                 ├── github
>                 ├── issues
>                 ├── jira
>                 ├── resource
>                 │   └── loader
>                 └── trac
> {noformat}
> And it should look like this:
> {noformat}
> .
> └── org
>     └── apache
>         └── maven
>             └── plugins
>                 └── changes
>                     ├── announcement
>                     │   └── mailsender
>                     ├── github
>                     ├── issues
>                     ├── jira
>                     ├── resource
>                     │   └── loader
>                     ├── schema
>                     └── trac
> {noformat}



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