Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inugamiio/inugami-maven-lifecycle
https://github.com/inugamiio/inugami-maven-lifecycle
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/inugamiio/inugami-maven-lifecycle
- Owner: inugamiio
- License: gpl-3.0
- Created: 2019-01-14T08:43:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T17:44:42.000Z (over 1 year ago)
- Last Synced: 2024-05-07T18:29:41.143Z (8 months ago)
- Language: Java
- Size: 51.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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