[ANN] Apache Maven AntRun Plugin 3.2.0 released

Slawomir Jaranowski <[email protected]> Mon, 20 Oct 2025 23:02:06 +0200
Newsgroups gmane.comp.jakarta.turbine.maven.user
Message-ID <CAGjJkv0k=3HmkBpL5UU4wsDJ+xj816Q3Rcc6MitaG6QvCd0tqg__651.818623167344$1760994269$gmane$org@mail.gmail.com>
The Apache Maven team is pleased to announce the release of the Maven
AntRun Plugin version 3.2.0.

https://maven.apache.org/plugins/maven-antrun-plugin/

You should specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-antrun-plugin</artifactId>
  <version>3.2.0</version>
</plugin>

Release Notes - Maven AntRun Plugin - Version 3.2.0
https://github.com/apache/maven-antrun-plugin/releases/tag/maven-antrun-plugin-3.2.0

Enjoy,

-The Apache Maven team