Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inugamiio/inugami-maven-lifecycle


https://github.com/inugamiio/inugami-maven-lifecycle

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

= Inugami plugin lifecycle
:encoding: UTF-8
:toc: macro
:toclevels: 4
toc::[4]

= Project initializing phases:
* pre-initialize-project
* initialize-project
* post-initialize-project

= Project deep testing phases:
* validate
* initialize
* process-resources
* compile
* process-test-resources
* test-compile
* test
* deep-test

= Lifecycle for build or clean Inugami server :

* pre-clean-server
* clean-server
* post-clean-server
* pre-build-server
* build-server
* post-build-server

= Plugin Lifecycle for deploy current artifact into Inugami server :

* initialize
* process-resources
* compile
* process-test-resources
* test-compile
* test
* prepare-package
* package
* pre-deploy-plugin
* deploy-plugin
* post-deploy-plugin

= Plugin Lifecycle for deploy resources :

* initialize
* process-resources
* pre-deploy-resources
* deploy-resources
* post-deploy-resources