Maven Tabularasa Plugin

Maven plugin with virgin lifecycle

License

License

Categories

Categories

Maven Build Tools Tabula Data PDF
GroupId

GroupId

com.github.skapral
ArtifactId

ArtifactId

maven-tabularasa-plugin
Last Version

Last Version

0.0.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Maven Tabularasa Plugin
Maven plugin with virgin lifecycle
Project URL

Project URL

https://github.com/skapral/maven-tabularasa-plugin
Source Code Management

Source Code Management

https://github.com/skapral/maven-tabularasa-plugin.git

Download maven-tabularasa-plugin

How to add to project

<plugin>
    <groupId>com.github.skapral</groupId>
    <artifactId>maven-tabularasa-plugin</artifactId>
    <version>0.0.0</version>
</plugin>

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.0.0