Categories |
CategoriesJava Languages Maven Build Tools Net |
---|---|
GroupId | GroupIdnet.java.maven-incremental-build |
ArtifactId | ArtifactIdincremental-build-plugin |
Last Version | Last Version1.6 |
Release Date | Release Date |
Type | Typemaven-plugin |
Description |
DescriptionIncremental-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).
|
<plugin>
<groupId>net.java.maven-incremental-build</groupId>
<artifactId>incremental-build-plugin</artifactId>
<version>1.6</version>
</plugin>
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
commons-io : commons-io | jar | 1.4 |