Re: Working on maven-changes-plugin 3.0.0

2024-12-04 Thread Slawomir Jaranowski
Hi Does anybody use a trac system with changes plugin? On Fri, 22 Nov 2024 at 08:33, Slawomir Jaranowski wrote: > > Hi, > > I'm working on maven-changes-plugin - this project hasn't been > released for a long time, so it is time to refresh it and release it. > > I need to make changes in schema

Re: Working on maven-changes-plugin 3.0.0

2024-11-22 Thread Slawomir Jaranowski
On Fri, 22 Nov 2024 at 15:17, Matthias Bünger wrote: > > I'm with Michael - thanks for the hard work and feel free to break it. > > What I would like to add for consideration: Why major version 3, but not > 4 with Maven 4 API? If I remember the discussion about that correctly, > than addons with

Re: Working on maven-changes-plugin 3.0.0

2024-11-22 Thread Slawomir Jaranowski
On Fri, 22 Nov 2024 at 13:06, Piotr P. Karwasz wrote: > > Hi Sławek, > > On 22.11.2024 08:33, Slawomir Jaranowski wrote: > > I'm working on maven-changes-plugin - this project hasn't been > > released for a long time, so it is time to refresh it and release it. > > > > I need to make changes in sc

Re: Working on maven-changes-plugin 3.0.0

2024-11-22 Thread Matthias Bünger
I'm with Michael - thanks for the hard work and feel free to break it. What I would like to add for consideration: Why major version 3, but not 4 with Maven 4 API?  If I remember the discussion about that correctly, than addons with the new API should be named with major version 4?!? Matthias

Re: Working on maven-changes-plugin 3.0.0

2024-11-22 Thread Gary Gregory
I could not find the issue because it was closed, WTF... https://issues.apache.org/jira/browse/MCHANGES-412 Gary On Fri, Nov 22, 2024 at 9:04 AM Gary Gregory wrote: > > Hi All, > > The only addition I'd like to see for a major version is the addition > of a "scope" attribute (or another name) fo

Re: Working on maven-changes-plugin 3.0.0

2024-11-22 Thread Gary Gregory
Hi All, The only addition I'd like to see for a major version is the addition of a "scope" attribute (or another name) for an "action" element, which would contain a CSV string and would be used for sorting actions within an action type. Example values: main, test, javadoc, site, cve. Maybe calli

Re: Working on maven-changes-plugin 3.0.0

2024-11-22 Thread Piotr P. Karwasz
Hi Sławek, On 22.11.2024 08:33, Slawomir Jaranowski wrote: I'm working on maven-changes-plugin - this project hasn't been released for a long time, so it is time to refresh it and release it. I need to make changes in schema - the newer version of modello doesn't support mixed tags - tags with

Re: Working on maven-changes-plugin 3.0.0

2024-11-22 Thread Michael Osipov
Yet another recommendation is to switch to 3.0.0-M1 to have the chance to do refine with breaking stuff. On 2024/11/22 07:33:09 Slawomir Jaranowski wrote: > Hi, > > I'm working on maven-changes-plugin - this project hasn't been > released for a long time, so it is time to refresh it and release

Re: Working on maven-changes-plugin 3.0.0

2024-11-22 Thread Michael Osipov
On 2024/11/22 07:33:09 Slawomir Jaranowski wrote: > Hi, > > I'm working on maven-changes-plugin - this project hasn't been > released for a long time, so it is time to refresh it and release it. > > I need to make changes in schema - the newer version of modello > doesn't support mixed tags - tag

Working on maven-changes-plugin 3.0.0

2024-11-21 Thread Slawomir Jaranowski
Hi, I'm working on maven-changes-plugin - this project hasn't been released for a long time, so it is time to refresh it and release it. I need to make changes in schema - the newer version of modello doesn't support mixed tags - tags with content and other tags. It will breaking changes, you wil