Last Version

hashver-maven-plugin Maven Plugin 1.6

Generate versions for project modules as hashcode of their sources and dependency tree. so that when module version changes automatically. The goal is to speedup multi-module project builds by avoiding build of unchanged modules (mostly oriented to CI build servers). Provides a build extension which can skip module build if aftifact of the same version exists already.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

pro.avodonosov
ArtifactId

ArtifactId

hashver-maven-plugin
Version

Version

1.6
Type

Type

maven-plugin
Description

Description

hashver-maven-plugin Maven Plugin
Generate versions for project modules as hashcode of their sources and dependency tree. so that when module version changes automatically. The goal is to speedup multi-module project builds by avoiding build of unchanged modules (mostly oriented to CI build servers). Provides a build extension which can skip module build if aftifact of the same version exists already.
Project URL

Project URL

https://github.com/avodonosov/hashver-maven-plugin
Source Code Management

Source Code Management

https://github.com/avodonosov/hashver-maven-plugin

Download hashver-maven-plugin 1.6


<plugin>
    <groupId>pro.avodonosov</groupId>
    <artifactId>hashver-maven-plugin</artifactId>
    <version>1.6</version>
</plugin>

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.maven.shared : maven-dependency-tree jar 3.0.1
org.sonatype.aether : aether-util jar 1.13.1
org.apache.commons : commons-text jar 1.9

provided (4)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.3.9
org.apache.maven : maven-core jar 3.3.9
org.apache.maven : maven-artifact jar 3.3.9
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.6.0

test (4)

Group / Artifact Type Version
org.apache.maven : maven-compat jar 3.3.9
junit : junit jar 4.13.1
org.junit.jupiter : junit-jupiter-engine jar 5.5.2
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 3.3.0

Project Modules

There are no modules declared in this project.