Viskan System AB

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

Лицензия

Лицензия

Группа

Группа

com.viskan
Идентификатор

Идентификатор

parent
Последняя версия

Последняя версия

8
Дата

Дата

Тип

Тип

pom
Описание

Описание

Viskan System AB
Parent for all of Viskan System AB's Java projects.
Ссылка на сайт

Ссылка на сайт

https://github.com/viskan/parent
Организация-разработчик

Организация-разработчик

Viskan System AB
Система контроля версий

Система контроля версий

https://github.com/viskan/parent

Скачать parent

Имя Файла Размер
parent-8.pom 12 KB
Обзор

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
8
7
6
5
4
3