andreptb-component-parent

Parent POM designed to provide common configuration for Maven component projects available on Maven Central

License

License

GroupId

GroupId

com.github.andreptb
ArtifactId

ArtifactId

andreptb-component-parent
Last Version

Last Version

0.5.0
Release Date

Release Date

Type

Type

xml
Description

Description

andreptb-component-parent
Parent POM designed to provide common configuration for Maven component projects available on Maven Central
Project URL

Project URL

https://github.com/andreptb/andreptb-component-parent
Source Code Management

Source Code Management

https://github.com/andreptb/andreptb-component-parent

Download andreptb-component-parent

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.

andreptb-component-parent Maven Central Build Status

==============

Maven Parent POM designed to provide common tasks for projects available on Maven Central. These tasks are implemented by various plugins registered and configured on this parent POM, as detailed below:

| Plugin | Phase | Description |
| -------| ---------------------------------------------------------------------- | ---- | ----------- | | maven-scm-plugin | initialize | Checkout configuration files such as source code formatters, static analysis rules and CI related files) | | maven-formatter-plugin | process-sources | Formats the source code considering eclipse configuration files retrieved from maven-scm-plugin. | | jacoco-maven-plugin | process-test-sources | Adds coverage configuration with Jacoco. | | maven-source-plugin | package | Generates project's source code artifact. | | maven-javadoc-plugin | package | Generates project's javadoc artifact. | | maven-gpg-plugin | package | Generates project's gpg artifacts. | | nexus-staging-maven-plugin | deploy | Deploys generated artifacts to maven central. | | coveralls-maven-plugin | site-deploy | Publishes jacoco coverage report to coveralls. | | github-site-plugin | site-deploy | Deploys generated maven site to github gh-pages branch. |

Versions

Version
0.5.0
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0