Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skapral/maven-tabularasa-plugin
Maven plugin with virgin lifecycle
https://github.com/skapral/maven-tabularasa-plugin
maven maven-lifecycle maven-plugin
Last synced: 19 days ago
JSON representation
Maven plugin with virgin lifecycle
- Host: GitHub
- URL: https://github.com/skapral/maven-tabularasa-plugin
- Owner: skapral
- License: mit
- Created: 2017-10-28T22:28:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T00:05:21.000Z (over 6 years ago)
- Last Synced: 2024-10-08T15:10:51.145Z (29 days ago)
- Topics: maven, maven-lifecycle, maven-plugin
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# maven-tabularasa-plugin
[![Build Status](https://img.shields.io/travis/skapral/maven-tabularasa-plugin/master.svg)](https://travis-ci.org/skapral/maven-tabularasa-plugin)
Maven plugin, which introduces new packaging, `tabularasa`, with totally empty lifecycle bindings.
Useful for the projects where precise control over bindings is required.## Quick start
1. Add the plugin to your `pom.xml`
```
com.github.skapral
maven-tabularasa-plugin
0.0.0-SNAPSHOT
true
```
2. Apply packaging
```
tabularasa
```3. Start managing your lifecycle bindings.