Maven Plugin Descriptor Model

Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.maven
ArtifactId

ArtifactId

maven-plugin-descriptor
Last Version

Last Version

2.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Maven Plugin Descriptor Model
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
Project Organization

Project Organization

The Apache Software Foundation

Download maven-plugin-descriptor

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 2.2.1
org.apache.maven : maven-artifact jar 2.2.1
org.codehaus.plexus : plexus-container-default jar 1.0-alpha-9-stable-1

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.2.1
2.2.0
2.1.0
2.1.0-M1
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0
2.0-beta-3
2.0-beta-2
2.0-beta-1
2.0-alpha-3
2.0-alpha-2