org.apache.maven.plugin-tools:maven-plugin-tools (3.1)

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.plugin-tools</groupId>
	<artifactId>maven-plugin-tools</artifactId>
	<version>3.1</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=org.apache.maven.plugin-tools:maven-plugin-tools:3.1

About this package

The Maven Plugin Tools contains the necessary tools to be able to produce Maven Plugins in a variety of languages.

Dependencies

junit:junit
3.8.2
org.easytesting:fest-assert
1.4
Details
Maven
2026-02-24 13:44:24 +00:00
1
Maven Plugin Tools
16 KiB
Assets (1)
Versions (1) View all
3.1 2026-02-24