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 installmvn dependency:get -DremoteRepositories= -Dartifact=org.apache.maven.plugin-tools:maven-plugin-tools:3.1About 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