Maven plugin, which introduces new packaging, tabularasa
, with totally empty lifecycle bindings.
Useful for the projects where precise control over bindings is required.
- Add the plugin to your
pom.xml
<build>
<plugins>
<plugin>
<groupId>com.github.skapral</groupId>
<artifactId>maven-tabularasa-plugin</artifactId>
<version>0.0.0-SNAPSHOT</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
- Apply packaging
<packaging>tabularasa</packaging>
- Start managing your lifecycle bindings.