Protobufel Maven Parent Project


Лицензия

Лицензия

Категории

Категории

Protobuf Данные Data Structures
Группа

Группа

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

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

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

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

0.7.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

Protobufel Maven Parent Project
Protobufel Maven Parent Project
Ссылка на сайт

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

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

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

https://github.com/protobufel/protobufel-maven-parent/

Скачать protobufel-parent

Имя Файла Размер
protobufel-parent-0.7.1.pom 31 KB
Обзор

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

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

Зависимости

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

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

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

Maven Central

Protobufel Maven Parent Project

This is a parent project for all protobufel maven projects.

Releasing to Maven Central

On child projects, that themselves are reactor parents, do the following for releasing to Maven Central:

  1. activate release profile
  2. mvn clean deploy
  3. mvn release:clean release:prepare In case of failure:
    1. mvn release:rollback
    2. mvn release:clean
  4. mvn release:perform
  5. inspect the Sonatype staging repo and manually close+release, or
    1. set nexus-staging-maven-plugin's autoReleaseAfterClose=true for the automated releases

To release this pom to Maven Central do the following:

  1. activate release profile
  2. mvn clean deploy
  3. inspect the Sonatype staging repo and manually close+release

For more see the JavaDoc Documentation.

Happy coding,

David Tesler

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

Версия
0.7.1
0.6