Buildplan Maven Plugin Save

A Maven 3.x plugin to inspect project lifecyle.

Project README

This repository is now a fork of the official repository available at MojoHaus.

buildplan-maven-plugin

A Maven 3.x plugin to inspect the lifecycle of your project. Documentation

Usage

Activate the plugin group in your Maven settings.xml:

<pluginGroups>
  <pluginGroup>fr.jcgay.maven.plugins</pluginGroup>
</pluginGroups>

List plugin executions within a project

mvn buildplan:list

List plugin executions within phases

mvn buildplan:list-phase

It is possible to limit the list to a specific phase:

mvn buildplan:list-phase -Dbuildplan.phase=test

List plugin executions by plugins

mvn buildplan:list-plugin

It is possible to limit the list to a specific plugin:

mvn buildplan:list-plugin -Dbuildplan.plugin=maven-compiler-plugin

List to output file

mvn buildplan:list -Dbuildplan.outputFile=buildplan_output.txt

Build

Status

Build Status Coverage Status

Release

mvn -B release:prepare release:perform
Open Source Agenda is not affiliated with "Buildplan Maven Plugin" Project. README Source: jcgay/buildplan-maven-plugin
Stars
0
Open Issues
10
Last Commit
1 year ago
License

Open Source Agenda Badge

Open Source Agenda Rating