Kemitix Parent

A parent POM for my own personal projects

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.kemitix
Идентификатор

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

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

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

5.3.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Kemitix Parent
A parent POM for my own personal projects
Ссылка на сайт

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

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

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

https://github.com/kemitix/kemitix-parent

Скачать kemitix-parent

Имя Файла Размер
kemitix-parent-5.3.0.pom 8 KB
Обзор

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

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

Зависимости

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

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

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

KEMITIX-PARENT

A parent POM for my own personal projects.

https://img.shields.io/nexus/r/https/oss.sonatype.org/net.kemitix/kemitix-parent.svg?style=for-the-badge https://img.shields.io/maven-central/v/net.kemitix/kemitix-parent.svg?style=for-the-badge

Usage

Use as a parent pom.

<parent>
  <groupId>net.kemitix</groupId>
  <artifactId>kemitix-parent</artifactId>
  <version>RELEASE</version>
</parent>

Contents

The POM defines the following items:

  • issueManagement
  • scm
  • url
  • inceptionYear
  • licenses
  • developers

    In your child pom you should override, at least, the issueManagement, scm, url and inceptionYear sections.

Properties

The POM sets the following properties:

  • project.reporting.outputEncoding as UTF-8
  • java.version as 1.8

Profile release

The release profile is for use when deploying your project.

It configures the following plugins:

maven-javadoc-plugin

Executes the jar goal during the package phase.

maven-source-plugin

Executes the jar-no-fork goal during the package phase.

maven-gpg-plugin

Executes the sign goal during the package phase.

The default gpg key will be used with the password defined in the gpg.passphrase property.

maven-deploy-plugin

This plugin is configured to not run. Deployment, uploading of artifacts, is handled by the nexus-staging-maven-plugin.

nexus-staging-maven-plugin

Executes the default goals.

Uploads artifacts to the Sonatype Nexus server, https://oss.sonatype.org/, leaving the artifacts in the Staging repository. From there they will need to be released manually.

Authentication details are taken from the sonatype-nexus server in your settings.xml file.

Distribution Management

The Nexus Sonatype repositories are declared within distributionManagement.

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

Версия
5.3.0
5.2.0
5.1.2
5.1.1
5.1.0
5.0.3
4.0.0
3.2.4
3.2.3
3.2.0
3.1.1
3.0.0
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
0.9.0
0.8.0
0.7.1
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0