Stefan Birkner's Parent for Libraries

The common parent POM of Stefan Birkner's Java libraries.

Лицензия

Лицензия

Группа

Группа

com.github.stefanbirkner
Идентификатор

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

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

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

16
Дата

Дата

Тип

Тип

pom
Описание

Описание

Stefan Birkner's Parent for Libraries
The common parent POM of Stefan Birkner's Java libraries.
Ссылка на сайт

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

https://github.com/stefanbirkner/lib-parent/
Система контроля версий

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

https://github.com/stefanbirkner/lib-parent/

Скачать lib-parent

Имя Файла Размер
lib-parent-16.pom 4 KB
Обзор

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

Данный проект не имеет модулей.

lib-parent

The common parent POM of Stefan Birkner's Java libraries. This POM

  • sets the current version for all standard plugins
  • provides configuration for a simple release workflow
  • adds plugins that I always use

The POM is published under the MIT license.

Usage

Use this POM as parent POM of your project by adding the following snippet to your pom.xml.

<parent>
  <groupId>com.github.stefanbirkner</groupId>
  <artifactId>lib-parent</artifactId>
  <version>16</version>
</parent>

Development Guide

Check for plugin updates by running

mvn -U versions:display-plugin-updates

Update the plugins and mention the plugin updates in the commit message. Now release the POM.

Release Guide

You can release the POM to Maven Central with a few steps.

  • Set the new version in pom.xml and in the installation section of this document.
  • Commit the updated pom.xml and README.md.
  • Run mvn clean deploy
  • Add a tag for the release: git tag lib-parent-XX

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

Версия
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1