m

maven-plugin-surrogate-parent

Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
This POM is provided to fix the plugins top-level multimodule build, until we can route around problems with references to report plugins that introduce DAG cycles.
http://maven.apache.org/plugins
Jason van Zyl Brett Porter Emmanuel Venisse Kenney Westerhof Stephane Nicoll Vincent Massol Fabrizio Giustina Edwin Punzalan Mike Perham John Casey Trygve Laugstol Vincent Siveton Carlos Sanchez Dennis Lundberg Arnaud Heritier
Files download
File Operation
maven-plugin-surrogate-parent-5.pom download
Apache Maven
<dependency>
  <groupId>org.apache.maven</groupId>
  <artifactId>maven-plugin-surrogate-parent</artifactId>
  <version>5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.maven:maven-plugin-surrogate-parent:5'
Gradle Kotlin
implementation("org.apache.maven:maven-plugin-surrogate-parent:5")
Scala SBT
libraryDependencies += "org.apache.maven" % "maven-plugin-surrogate-parent" % "5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.maven', module='maven-plugin-surrogate-parent', version='5')
)
Apache Ivy
<dependency org="org.apache.maven" name="maven-plugin-surrogate-parent" rev="5" />
Leiningen
[org.apache.maven/maven-plugin-surrogate-parent "5"]
Apache Buildr
'org.apache.maven:maven-plugin-surrogate-parent:jar:5'