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

  org.apache.maven.plugins
  maven-antrun-plugin
  3.1.0

You can download the appropriate sources etc. from the download page

Release Notes – Maven AntRunPlugin – Version 3.1.0

Enjoy,

-The Apache Maven team