License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Git Development Tools Version Controls |
GroupId | GroupIdpl.project13.maven |
ArtifactId | ArtifactIdgit-commit-id-plugin |
Last Version | Last Version4.9.10 |
Release Date | Release Date |
Type | Typemaven-plugin |
Description |
DescriptionGit Commit Id Maven Plugin
This plugin makes basic repository information available through maven resources. This can be used to display
"what version is this?" or "who has deployed this and when, from which branch?" information at runtime, making
it easy to find things like "oh, that isn't deployed yet, I'll test it tomorrow" and making both testers and
developers life easier. See https://github.com/git-commit-id/git-commit-id-maven-plugin
|
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<version>4.9.10</version>
</plugin>
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-plugin-api | jar | 3.0 |
org.apache.maven : maven-core | jar | 3.0 |
pl.project13.maven : git-commit-id-plugin-core | jar | 4.9.10 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.6.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.assertj : assertj-core | jar | 3.19.0 |
org.codehaus.plexus : plexus-utils | jar | 3.3.0 |
org.mockito : mockito-core | jar | 3.11.0 |
commons-io : commons-io | jar | 2.9.0 |
pl.pragmatists : JUnitParams | jar | 1.1.1 |
com.github.stefanbirkner : system-rules | jar | 1.19.0 |
org.slf4j : slf4j-simple | jar | 1.7.25 |