Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.