On Fri, 16 May 2025 at 23:16, Henning Schmiedehausen
<henn...@schmiedehausen.org.invalid> wrote:

> Is there a way to track which plugins are maven 3 only, maven 3/4 and maven
> 4 only? Would it make sense to add this to
> https://maven.apache.org/plugins/
> ?
>

Generally versions 3.x of plugins is for Maven 3.x

Maven 4 should preserver compatibility for  all (standard) plugins which
works on Maven 3.x

We can improve our plugins page ...

But should be a separate discussion not in announcement thread.


>
>
> -h
>
> On Thu, May 15, 2025 at 11:22 PM Slawomir Jaranowski <
> sjaranow...@apache.org>
> wrote:
>
> > The Apache Maven team is pleased to announce the release of the Apache
> > Maven Changes Plugin, version 3.0.0-M3
> >
> > This plugin is used to inform your users of the changes that have
> occurred
> > between different releases of your project.
> > The plugin can extract these changes, either from a changes.xml file or
> > from an issue management system (Jira, Trac and GitHub supported), and
> > presents them as a report.
> >
> > https://maven.apache.org/plugins/maven-changes-plugin/
> >
> > You should specify the version in your project's plugin configuration:
> >
> > <plugin>
> >   <groupId>org.apache.maven.plugins</groupId>
> >   <artifactId>maven-changes-plugin</artifactId>
> >   <version>3.0.0-M3</version>
> > </plugin>
> >
> > You can download the appropriate sources etc. from the download page:
> > https://maven.apache.org/plugins/maven-changes-plugin/download.cgi
> >
> > Release Notes
> >
> >
> https://github.com/apache/maven-changes-plugin/releases/tag/maven-changes-plugin-3.0.0-M3
> >
> > Enjoy,
> >
> > -The Apache Maven team
> >
>


-- 
Sławomir Jaranowski

Reply via email to