m

maven-plugin-testing

The Maven Plugin Testing contains the necessary modules to be able to test Maven Plugins.
http://maven.apache.org/plugin-testing/
Files download
File Operation
maven-plugin-testing-1.2.pom download
Apache Maven
<dependency>
  <groupId>org.apache.maven.plugin-testing</groupId>
  <artifactId>maven-plugin-testing</artifactId>
  <version>1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.maven.plugin-testing:maven-plugin-testing:1.2'
Gradle Kotlin
implementation("org.apache.maven.plugin-testing:maven-plugin-testing:1.2")
Scala SBT
libraryDependencies += "org.apache.maven.plugin-testing" % "maven-plugin-testing" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.maven.plugin-testing', module='maven-plugin-testing', version='1.2')
)
Apache Ivy
<dependency org="org.apache.maven.plugin-testing" name="maven-plugin-testing" rev="1.2" />
Leiningen
[org.apache.maven.plugin-testing/maven-plugin-testing "1.2"]
Apache Buildr
'org.apache.maven.plugin-testing:maven-plugin-testing:jar:1.2'