License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdpro.avodonosov |
ArtifactId | ArtifactIdhashver-maven-plugin |
Version | Version1.6 |
Type | Typemaven-plugin |
Description |
Descriptionhashver-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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hashver-maven-plugin-1.6.pom | |
hashver-maven-plugin-1.6.jar | 47 KB |
hashver-maven-plugin-1.6-sources.jar | 22 KB |
hashver-maven-plugin-1.6-javadoc.jar | 54 KB |
Browse |
<plugin>
<groupId>pro.avodonosov</groupId>
<artifactId>hashver-maven-plugin</artifactId>
<version>1.6</version>
</plugin>
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 |
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 |
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 |