at.rseiler:config

Contains the configuration for the static code analysis tools.

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

at.rseiler
ArtifactId

ArtifactId

config
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

at.rseiler:config
Contains the configuration for the static code analysis tools.

Download config

How to add to project

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

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.

POM-Project

The POM-Project is just a wrapper project to build the POM module and it's dependencies.

POM

The POM is indented to be used as a parent POM, to speed up the setup/configuration of a new project.

Features

  • Static Code Analysis
  • JaCoCo for coverage reports
  • Surefire for unit tests with two configurations
    • tests which are thread safe and will be executed in parallel on the same JVM
    • tests which aren't thread safe and therefor will be run in JVM forks
  • Failsafe for integration tests
  • Maven Site
    • Markdown for the documentation
    • Project info reports
    • Generated Javadoc
    • Source Code as HTML for code references
    • Genereated tag lists for todo/fixme and @deprecated
    • JaCoCo, Surfire and Failsafe reports
  • Maven Profiles (see Maven Profiles)

Usage

This project isn't in the Maven Central Repository, yet. Therefor you need to clone the GIT repository or download the repository and install it locally with mvn clean install. Afterwards you can deploy the artifacts to your Maven repository (e.g. Nexus).

Documentation

Visit the documentation at: Latest Documentation

License

The pom-project is licensed under the terms of the Apache License, Version 2.0

Thank you!

We really appreciate all kind of feedback and contributions. Thanks for using and supporting the POM-project.

Versions

Version
1.0.1