Skip to content

skapral/maven-tabularasa-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maven-tabularasa-plugin

Build Status

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
<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>
  1. Apply packaging
<packaging>tabularasa</packaging>
  1. Start managing your lifecycle bindings.