MVN

it.serendigity.maven.plugins : lifecycle-helper-maven-plugin

Maven & Gradle

May 29, 2023

Lifecycle Helper Maven Plugin · A Maven 3.x plugin to inspect the lifecycle of your project. The plugin provides goals aimed at helping to inspect your project lifecycle phases and if a plugin-goal is executed and when. It includes the ability to list all plugin-goal mapping to executed phases and group the execution plan result by lifecycle/phases/plugin/goal

<plugin>
    <groupId>it.serendigity.maven.plugins</groupId>
    <artifactId>lifecycle-helper-maven-plugin</artifactId>
    <version>1.1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.serendigity.maven.plugins : lifecycle-helper-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of it.serendigity.maven.plugins : lifecycle-helper-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
lifecycle-helper-maven-plugin-1.1.1
1.0.x
lifecycle-helper-maven-plugin-1.0.1
0.4.x
lifecycle-helper-maven-plugin-0.4.0
0.3.x
lifecycle-helper-maven-plugin-0.3.0
0.2.x
lifecycle-helper-maven-plugin-0.2.0
0.1.x
lifecycle-helper-maven-plugin-0.1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>it.serendigity.maven.plugins</groupId>
    <artifactId>lifecycle-helper-maven-plugin</artifactId>
    <version>1.1.1</version>
</plugin>

Advertisement