net.kemitix.checkstyle:builder

A parent POM for my own personal projects

License

License

Categories

Categories

Net Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

net.kemitix.checkstyle
ArtifactId

ArtifactId

builder
Last Version

Last Version

5.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

A parent POM for my own personal projects

Download builder

How to add to project

<!-- https://jarcasting.com/artifacts/net.kemitix.checkstyle/builder/ -->
<dependency>
    <groupId>net.kemitix.checkstyle</groupId>
    <artifactId>builder</artifactId>
    <version>5.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.kemitix.checkstyle/builder/
implementation 'net.kemitix.checkstyle:builder:5.5.0'
// https://jarcasting.com/artifacts/net.kemitix.checkstyle/builder/
implementation ("net.kemitix.checkstyle:builder:5.5.0")
'net.kemitix.checkstyle:builder:jar:5.5.0'
<dependency org="net.kemitix.checkstyle" name="builder" rev="5.5.0">
  <artifact name="builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.kemitix.checkstyle', module='builder', version='5.5.0')
)
libraryDependencies += "net.kemitix.checkstyle" % "builder" % "5.5.0"
[net.kemitix.checkstyle/builder "5.5.0"]

Dependencies

compile (11)

Group / Artifact Type Version
net.kemitix : file-reader-writer jar 1.0.0
io.github.classgraph : classgraph jar 4.8.102
org.mockito : mockito-core jar 3.8.0
org.assertj : assertj-core jar 3.19.0
org.springframework.boot : spring-boot-starter jar
javax.annotation : javax.annotation-api jar 1.3.2
org.springframework.boot : spring-boot-starter-log4j2 jar
org.springframework.boot : spring-boot-configuration-processor Optional jar
com.speedment.common : mapstream jar 3.2.10
com.puppycrawl.tools : checkstyle jar 8.41
com.github.sevntu-checkstyle : sevntu-checks jar 1.38.0

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.18

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar
me.andrz : map-builder jar 1.0.0

Project Modules

There are no modules declared in this project.

KEMITIX-PARENT

A parent POM for my own personal projects.

https://img.shields.io/nexus/r/https/oss.sonatype.org/net.kemitix/kemitix-parent.svg?style=for-the-badge https://img.shields.io/maven-central/v/net.kemitix/kemitix-parent.svg?style=for-the-badge

Usage

Use as a parent pom.

<parent>
  <groupId>net.kemitix</groupId>
  <artifactId>kemitix-parent</artifactId>
  <version>RELEASE</version>
</parent>

Contents

The POM defines the following items:

  • issueManagement
  • scm
  • url
  • inceptionYear
  • licenses
  • developers

    In your child pom you should override, at least, the issueManagement, scm, url and inceptionYear sections.

Properties

The POM sets the following properties:

  • project.reporting.outputEncoding as UTF-8
  • java.version as 1.8

Profile release

The release profile is for use when deploying your project.

It configures the following plugins:

maven-javadoc-plugin

Executes the jar goal during the package phase.

maven-source-plugin

Executes the jar-no-fork goal during the package phase.

maven-gpg-plugin

Executes the sign goal during the package phase.

The default gpg key will be used with the password defined in the gpg.passphrase property.

maven-deploy-plugin

This plugin is configured to not run. Deployment, uploading of artifacts, is handled by the nexus-staging-maven-plugin.

nexus-staging-maven-plugin

Executes the default goals.

Uploads artifacts to the Sonatype Nexus server, https://oss.sonatype.org/, leaving the artifacts in the Staging repository. From there they will need to be released manually.

Authentication details are taken from the sonatype-nexus server in your settings.xml file.

Distribution Management

The Nexus Sonatype repositories are declared within distributionManagement.

Versions

Version
5.5.0
5.4.1