Incremental-build-plugin Maven Mojo

The Maven Incremental Build plugin is a plugin that enable maven to recompile only what it have to when you call mvn compile (It is not necessary to call clean phase now).

Categories

Categories

Maven Build Tools Net
GroupId

GroupId

org.jvnet.maven.incrementalbuild
ArtifactId

ArtifactId

incremental-build-plugin
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Incremental-build-plugin Maven Mojo
The Maven Incremental Build plugin is a plugin that enable maven to recompile only what it have to when you call mvn compile (It is not necessary to call clean phase now).

Download incremental-build-plugin

How to add to project

<plugin>
    <groupId>org.jvnet.maven.incrementalbuild</groupId>
    <artifactId>incremental-build-plugin</artifactId>
    <version>1.3</version>
</plugin>

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 2.0
org.apache.maven : maven-project jar 2.0.2
org.apache.maven : maven-artifact jar 2.0
org.apache.maven : maven-artifact-manager jar 2.0

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.3
1.2
1.1
1.0