parent-pom

Just the parent POM, default information and such.

Лицензия

Лицензия

Группа

Группа

xyz.luan
Идентификатор

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

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

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

1.1.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

parent-pom
Just the parent POM, default information and such.
Ссылка на сайт

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

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

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

https://github.com/luanpotter/parent-pom

Скачать parent-pom

Имя Файла Размер
parent-pom-1.1.1.pom 3 KB
Обзор

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

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

Зависимости

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

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

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

parent-pom

Just the parent POM, default information and such.

Example Usage

Just drop this to your pom.xml:

    <parent>
        <groupId>xyz.luan</groupId>
        <artifactId>parent-pom</artifactId>
        <version>1.1.1</version>
    </parent>

Config

In order to be able to deploy to oss.sonatype.org (Maven Central), you need the following ~/.m2/settings.xml file:

<settings>
  <servers>
    <server>
      <id>sonatype-nexus-snapshot</id>
      <username>your username</username>
      <password>your password</password>
    </server>
    <server>
      <id>sonatype-nexus-staging</id>
      <username>your username</username>
      <password>your password</password>
    </server>
  </servers>
  <profiles>
    <profile>
      <id>deploy-gpg-singning</id>
      <activation>
        <activeByDefault>true</activeByDefault>
      </activation>
      <properties>
        <gpg.executable>gpg2</gpg.executable>
      </properties>
    </profile>
  </profiles>
</settings>

Your username and password are repeated twice (the same) and can be obteined on the profile page under Access User Token.

Deploying

Unless you use the deploy profile, no signing is done and no key is needed. To deploy to maven central, use:

    mvn deploy -Pdeploy

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

Версия
1.1.1
1.1.0
1.0.1
1.0.0