org.apache.maven.plugins:maven-antrun-plugin (1.3)

Published 2026-02-24 13:44:24 +00:00 by atheaadmin

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>org.apache.maven.plugins</groupId>
	<artifactId>maven-antrun-plugin</artifactId>
	<version>1.3</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=org.apache.maven.plugins:maven-antrun-plugin:1.3

About this package

Runs Ant scripts embedded in the POM

Dependencies

org.apache.maven:maven-plugin-api
2.0.4
org.apache.maven:maven-project
2.0.4
org.apache.maven:maven-artifact
2.0.4
org.codehaus.plexus:plexus-utils
1.5.6
org.apache.ant:ant-launcher
1.7.1
org.apache.ant:ant
1.7.1
Details
Maven
2026-02-24 13:44:24 +00:00
0
Maven AntRun Plugin
28 KiB
Assets (2)
Versions (1) View all
1.3 2026-02-24