Viskan System AB

Parent for all of Viskan System AB's Java projects.

License

License

GroupId

GroupId

com.viskan
ArtifactId

ArtifactId

parent
Last Version

Last Version

8
Release Date

Release Date

Type

Type

pom
Description

Description

Viskan System AB
Parent for all of Viskan System AB's Java projects.
Project URL

Project URL

https://github.com/viskan/parent
Project Organization

Project Organization

Viskan System AB
Source Code Management

Source Code Management

https://github.com/viskan/parent

Download parent

Filename Size
parent-8.pom 12 KB
Browse

How to add to project

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

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.

Parent

Parent for all of Viskans Java projects.

Usage

<parent>
    <groupId>com.viskan</groupId>
    <artifactId>parent</artifactId>
    <version>6</version>
</parent>

Examples

Checkstyle

A failing checkstyle build is automatically bound to the lifecycle (verify phase). By running mvn verify -DskipTests, a checkstyle check will be performed and the build will fail if any violations are found.

When processing projects by CI, you would want to run the checks without failing the build, so you can process the reports before actually triggering a failure. This can be done using mvn checkstyle:checkstyle@checkstyle-main-report checkstyle:checkstyle@checkstyle-test-report. Reports are then found here:

  • ${project.build.directory}/checkstyle-result-main.xml
  • ${project.build.directory}/checkstyle-result-test.xml

License

Apache License 2.0 © Viskan System AB

com.viskan

Viskan System AB

Versions

Version
8
7
6
5
4
3