[
https://issues.apache.org/jira/browse/MCHANGES-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise updated MCHANGES-391:
-----------------------------------------
Description:
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}
was:
The package structure should be made consistent with other plugins currently
the tree looks like this:
{noformat}
.
└── org
└── apache
└── maven
└── plugins
├── announcement
├── changes
├── github
├── issues
├── jira
├── resource
└── trac
{noformat}
And it should look like this:
{noformat}
.
└── org
└── apache
└── maven
└── plugins
└── changes
├── announcement
│ └── mailsender
├── github
├── issues
├── jira
├── resource
│ └── loader
├── schema
└── trac
{noformat}
> 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
(v7.6.3#76005)