| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка Git Инструменты разработки Контроль версий |
| Группа | Группаcom.comeon.mojo |
| Идентификатор | Идентификаторgit-changelog-maven-plugin |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типmaven-plugin |
| Описание |
Описаниеgit-changelog-maven-plugin
Finds all git commits that's in the current branch but not in another. The typical use case is to see what changes are in this branch in
relation to the production one. Output is a JSON file that can be used to report on the status of the branch.
|
| Ссылка на сайт |
Ссылка на сайт |
<plugin>
<groupId>com.comeon.mojo</groupId>
<artifactId>git-changelog-maven-plugin</artifactId>
<version>1.0.1</version>
</plugin>
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.maven : maven-plugin-api | jar | 3.1.1 |
| org.eclipse.jgit : org.eclipse.jgit | jar | 3.7.0.201502260915-r |
| com.google.code.gson : gson | jar | 2.3.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.2 |