org.codegas:codegas-pom-lib

Modules to be used as CodeGas Parent and Import POMs

Лицензия

Лицензия

Группа

Группа

org.codegas
Идентификатор

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

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

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

1.2.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

org.codegas:codegas-pom-lib
Modules to be used as CodeGas Parent and Import POMs
Система контроля версий

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

http://github.com/codegas/codegas-pom/tree/master/codegas-pom-lib

Скачать codegas-pom-lib

Имя Файла Размер
codegas-pom-lib-1.2.1.pom 3 KB
Обзор

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

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

Зависимости

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

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

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

codegas-pom

Modules to be used as CodeGas Parent and Import POMs

GPG signing

The release process requires signing applications with GPG. This is to prevent man-in-the-middle attacks when deploying artifacts.

Follow these instructions for generating a GPG key pair and distributing the public key:

http://central.sonatype.org/pages/working-with-pgp-signatures.html

Releasing

Releasing artifacts to Maven Central is done through Sonatype.

http://central.sonatype.org/pages/apache-maven.html

For SNAPSHOTs

Run the following to deploy a clean SNAPSHOT to the Sonatype SNAPSHOT repository

mvn clean deploy

For non-SNAPSHOTs

Run the following to run a clean-slate release prepartion which will walk through setting the release version and next SNAPSHOT version.

mvn release:clean release:prepare

Run the following to deploy prepared release to Sonatype staging repostiory

mvn release:perform

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

Версия
1.2.1
1.2.0
1.1.1
1.1.0