jolira SuperPOM

All our favorite settings for Maven in one convenient file. See http://github.com/jolira/superpom for details.

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.3.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

jolira SuperPOM
All our favorite settings for Maven in one convenient file. See http://github.com/jolira/superpom for details.
Система контроля версий

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

http://github.com/jolira/superpom

Скачать superpom

Имя Файла Размер
superpom-1.3.0.pom 8 KB
Обзор

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

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

Зависимости

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

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

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

jolira superPOM Build Status

This superpom conveniently adds all our favorite tool to any maven build. It also incorporates all the tools one needs to upload packages to the Sonatype's OSS, which is the most convienient way we know to get jars into Maven Central.

Please find more information about how to work with Sonatype' OSS at https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide.

In order to be able to upload to sonatype, one has make sure the jars a signed. Details about working with GPG can be found at http://www.sonatype.com/people/2010/01/how-to-generate-pgp-signatures-with-maven/

The command to release the jars to OSS is:

mvn release:prepare release:perform \
      -DperformRelease=true \
      -Dgpg.passphrase=password

As discussed in the OSS User Guide, it is essential to have the right credentials at ˜/.m2/sessings.xml:

<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                      http://maven.apache.org/xsd/settings-1.0.0.xsd">
  <servers>
    <server>
      <id>sonatype-nexus-snapshots</id>
      <username>your-jira-id</username>
      <password>your-jira-pwd</password>
    </server>
    <server>
      <id>sonatype-nexus-staging</id>
      <username>your-jira-id</username>
      <password>your-jira-pwd</password>
    </server>
  </servers>
</settings>
com.jolira

Jolira

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

Версия
1.3.0
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.14
1.0.13
1.0.12
1.0.9
1.0.8
1.0.7
1.0.6