MVN

org.sonatype.plugins : app-lifecycle

Maven & Gradle

Sep 18, 2012

App Lifecycle Tools · suite of build extensions and associated plugin to support building plugins for different types of applications that use a common plugin-descriptor format, bundling scheme, etc.

<dependency>
    <groupId>org.sonatype.plugins</groupId>
    <artifactId>app-lifecycle</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonatype.plugins : app-lifecycle to add to Maven - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of org.sonatype.plugins : app-lifecycle to add to Maven - All Versions:

Version Vulnerabilities Updated
1.7
app-lifecycle-1.7
1.6
app-lifecycle-1.6
1.5
app-lifecycle-1.5
1.4
app-lifecycle-1.4
1.3
app-lifecycle-1.3
1.2
app-lifecycle-1.2
1.1
app-lifecycle-1.1
1.0
app-lifecycle-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.sonatype.plugins</groupId>
    <artifactId>app-lifecycle</artifactId>
    <version>1.7</version>
</dependency>