Maven Lifecycle 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-lifecycle
Last Version

Last Version

3.0-alpha-2
Release Date

Release Date

Type

Type

jar
Description

Description

Maven Lifecycle 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-lifecycle

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.codehaus.plexus : plexus-utils jar 1.5.6

test (2)

Group / Artifact Type Version
org.codehaus.plexus : plexus-container-default jar 1.0-beta-3.0.5
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
3.0-alpha-2
3.0-alpha-1