Эксперт ХД

io.github.git-commit-id:git-commit-id-maven-plugin (9.0.2)

Published 2026-09-15 10:10:04 +00:00 by Vlad_Savchuk

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>io.github.git-commit-id</groupId>
	<artifactId>git-commit-id-maven-plugin</artifactId>
	<version>9.0.2</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=io.github.git-commit-id:git-commit-id-maven-plugin:9.0.2

About this package

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

Dependencies

org.apache.maven:maven-plugin-api
${maven-plugin-api.version}
org.apache.maven:maven-core
${maven-plugin-api.version}
${project.groupId}:git-commit-id-plugin-core
org.codehaus.plexus:plexus-build-api
1.2.0
com.google.code.findbugs:jsr305
org.apache.maven.plugin-tools:maven-plugin-annotations
${maven-plugin-plugin.version}
org.junit.jupiter:junit-jupiter-api
${junit.version}
org.junit.jupiter:junit-jupiter-engine
${junit.version}
org.junit.jupiter:junit-jupiter-params
${junit.version}
org.assertj:assertj-core
${assertj.version}
org.mockito:mockito-core
${mockito.version}
commons-io:commons-io
2.19.0
org.slf4j:slf4j-simple
2.0.17
Details
Maven
2026-09-15 10:10:04 +00:00
270
Git Commit Id Maven Plugin
GNU Lesser General Public License 3.0
80 KiB
Assets (2)
Versions (1) View all
9.0.2 2026-09-15