Conventional Commits Parent

Provides conventional commits plugins for Java build systems.

Лицензия

Лицензия

Группа

Группа

com.smartling.cc4j
Идентификатор

Идентификатор

conventional-commits-parent
Последняя версия

Последняя версия

0.2.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Conventional Commits Parent
Provides conventional commits plugins for Java build systems.
Ссылка на сайт

Ссылка на сайт

https://github.com/foo4u/conventional-commits-for-java
Система контроля версий

Система контроля версий

https://github.com/foo4u/conventional-commits-for-java

Скачать conventional-commits-parent

Имя Файла Размер
conventional-commits-parent-0.2.0.pom 5 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.smartling.cc4j/conventional-commits-parent/ -->
<dependency>
    <groupId>com.smartling.cc4j</groupId>
    <artifactId>conventional-commits-parent</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.smartling.cc4j/conventional-commits-parent/
implementation 'com.smartling.cc4j:conventional-commits-parent:0.2.0'
// https://jarcasting.com/artifacts/com.smartling.cc4j/conventional-commits-parent/
implementation ("com.smartling.cc4j:conventional-commits-parent:0.2.0")
'com.smartling.cc4j:conventional-commits-parent:pom:0.2.0'
<dependency org="com.smartling.cc4j" name="conventional-commits-parent" rev="0.2.0">
  <artifact name="conventional-commits-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.smartling.cc4j', module='conventional-commits-parent', version='0.2.0')
)
libraryDependencies += "com.smartling.cc4j" % "conventional-commits-parent" % "0.2.0"
[com.smartling.cc4j/conventional-commits-parent "0.2.0"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.eclipse.jgit : org.eclipse.jgit jar 5.5.0.201909110433-r
org.slf4j : slf4j-api jar 1.7.28
org.slf4j : slf4j-simple jar 1.7.28

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-core jar 2.28.2

Модули Проекта

  • conventional-commits-common
  • conventional-commits-maven-plugin

Conventional Commits for Java

Provides a Java implementation of Conventional Commits for projects built with Java 1.8+ using Git for version control.

Maven Plugin

Usage

This plugin works together with the Maven Release Plugin to create conventional commit compliant releases for your Maven projects

Install the Plugin

In your main pom.xml file add the plugin:

<plugins>
    <plugin>
        <groupId>com.smartling.cc4j</groupId>
        <artifactId>conventional-commits-maven-plugin</artifactId>
        <version>${version}</version>
    </plugin>
</plugins>

Release a Version

mvn conventional-commits:version release:prepare
mvn release:perform

Gradle Plugin

A [Gradle] plugin is planned for future release.

Версии библиотеки

Версия
0.2.0
0.1.2
0.1.0
0.0.11