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 2023/05/11 11:06:00 UTC

[jira] [Updated] (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:all-tabpanel ]

Elliotte Rusty Harold updated MCHANGES-391:
-------------------------------------------
    Priority: Major  (was: Blocker)

> 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: Major
>             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.20.10#820010)