All Projects → jcgay → Buildplan Maven Plugin

jcgay / Buildplan Maven Plugin

Licence: apache-2.0
A Maven 3.x plugin to inspect project lifecyle.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Buildplan Maven Plugin

Groovy Eclipse
Eclipse Groovy Development Tools
Stars: ✭ 567 (+894.74%)
Mutual labels:  maven-plugin
Jcabi Dynamodb Maven Plugin
DynamoDB Local Maven Plugin
Stars: ✭ 26 (-54.39%)
Mutual labels:  maven-plugin
Rxlifecycle
🐹 Easy life cycle observation
Stars: ✭ 46 (-19.3%)
Mutual labels:  lifecycle
Typescript Generator
Generates TypeScript from Java - JSON declarations, REST service client
Stars: ✭ 729 (+1178.95%)
Mutual labels:  maven-plugin
Maven Min Plugin
📦 Latke application JavaScript and CSS files compression.
Stars: ✭ 5 (-91.23%)
Mutual labels:  maven-plugin
Recycles
React lifecycle render-prop components ♻️
Stars: ✭ 15 (-73.68%)
Mutual labels:  lifecycle
Shatter
代替fragment的轻量级解耦类,拥有和activity完全一致的生命周期
Stars: ✭ 451 (+691.23%)
Mutual labels:  lifecycle
Tdcapp
Sample app which access the TDC (The Developer's Conference) REST API.
Stars: ✭ 55 (-3.51%)
Mutual labels:  lifecycle
Graphql Java Codegen Maven Plugin
Maven plugin for graphql-java-codegen
Stars: ✭ 17 (-70.18%)
Mutual labels:  maven-plugin
Readhubclient
Readhub客户端
Stars: ✭ 44 (-22.81%)
Mutual labels:  lifecycle
Javafx Maven Plugin
Maven plugin for JavaFX
Stars: ✭ 764 (+1240.35%)
Mutual labels:  maven-plugin
Slim.js
Fast & Robust Front-End Micro-framework based on modern standards
Stars: ✭ 789 (+1284.21%)
Mutual labels:  lifecycle
Star Wars Shop
Simple project with clean architecture and android lifecycle
Stars: ✭ 37 (-35.09%)
Mutual labels:  lifecycle
Jsonschema2pojo
Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc
Stars: ✭ 5,633 (+9782.46%)
Mutual labels:  maven-plugin
Android Arch Components Lifecycle
A demo application showcasing the use of the new Android Architecture Components Lifecycle classes. In this example, a Lifecycle Aware Video Player is created using the Exoplayer Library
Stars: ✭ 49 (-14.04%)
Mutual labels:  lifecycle
Jengine
JEngine是针对Unity开发者设计的开箱即用的框架,封装了强大的功能,小白也能快速上手,轻松制作可以热更新的游戏 | JEngine is a streamlined and easy-to-use framework designed for Unity Programmers which contains powerful features, beginners can start up quickly and making hot update-able games easily
Stars: ✭ 564 (+889.47%)
Mutual labels:  lifecycle
Mvvmhabitcomponent
👕基于MVVMHabit框架,结合阿里ARouter打造的一套Android MVVM组件化开发方案
Stars: ✭ 857 (+1403.51%)
Mutual labels:  lifecycle
S Mvp
🔥🔥优化版MVP,使用注解泛型简化代码编写,使用模块化协议方便维护,APT过程使用注解解析器利用JavaPoet🌝完成重复模块的编写,利用ASpect+GradlePlugin 完成横向AOP编程+Javassist动态字节码注入+Tinker实现热修复+Retrofit实现优雅网络操作+RxJava轻松玩转数据处理
Stars: ✭ 1,095 (+1821.05%)
Mutual labels:  lifecycle
Rpm Maven Plugin
Stars: ✭ 52 (-8.77%)
Mutual labels:  maven-plugin
Wanandroid
Jetpack MVVM For Wanandroid 最佳实践 !
Stars: ✭ 1,004 (+1661.4%)
Mutual labels:  lifecycle

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].