jolira SuperPOM

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

License

License

GroupId

GroupId

com.jolira
ArtifactId

ArtifactId

superpom
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

pom
Description

Description

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

Source Code Management

http://github.com/jolira/superpom

Download superpom

Filename Size
superpom-1.3.0.pom 8 KB
Browse

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
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