Maven Plugins 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. <br/> 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.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.maven
ArtifactId

ArtifactId

maven-plugin-surrogate-parent
Last Version

Last Version

5
Release Date

Release Date

Type

Type

pom
Description

Description

Maven Plugins 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. <br/> 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.
Project URL

Project URL

http://maven.apache.org/plugins
Project Organization

Project Organization

Apache Software Foundation

Download maven-plugin-surrogate-parent

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.maven/maven-plugin-surrogate-parent/ -->
<dependency>
    <groupId>org.apache.maven</groupId>
    <artifactId>maven-plugin-surrogate-parent</artifactId>
    <version>5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven/maven-plugin-surrogate-parent/
implementation 'org.apache.maven:maven-plugin-surrogate-parent:5'
// https://jarcasting.com/artifacts/org.apache.maven/maven-plugin-surrogate-parent/
implementation ("org.apache.maven:maven-plugin-surrogate-parent:5")
'org.apache.maven:maven-plugin-surrogate-parent:pom:5'
<dependency org="org.apache.maven" name="maven-plugin-surrogate-parent" rev="5">
  <artifact name="maven-plugin-surrogate-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven', module='maven-plugin-surrogate-parent', version='5')
)
libraryDependencies += "org.apache.maven" % "maven-plugin-surrogate-parent" % "5"
[org.apache.maven/maven-plugin-surrogate-parent "5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
5