Apache Maven AntRun Plugin Version 3.1.0 Released

1 · Karl Heinz Marbaise · April 21, 2022, 11:11 p.m.
Summary
The Apache Maven team is pleased to announce the release of the Apache Maven AntRun Plugin, version 3.1.0. This plugin provides the ability to run Ant tasks from within Maven. You can even embed your Ant scripts in the POM! You should specify the version in your project’s plugin configuration: 1 2 3 4 5 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <version>3.1.0</version> </plugin> You can download the appropriate sources etc. from the ...