parent

My custom parent pom.

Лицензия

Лицензия

Категории

Категории

SBE Данные Data Structures
Группа

Группа

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

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

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

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

1.6
Дата

Дата

Тип

Тип

pom
Описание

Описание

parent
My custom parent pom.
Ссылка на сайт

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

http://carlosbecker.com
Система контроля версий

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

http://github.com/caarlos0/parent-pom

Скачать parent

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

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

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

Зависимости

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

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

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

parent-pom Build Status Stories in Ready Maven Central

Just a parent pom project that I use in some projects.

Quality Assurance

Use the qulice profile:

mvn clean install -Pqulice

Add/Update license headers:

Use the header profile:

mvn clean install -Pheader

Send data to Coveralls

Use the CI profile:

mvn clean install -PCI

Don't forget to set the coveralls.token property.

Run mutation tests

Use the mutation profile:

mvn clean install -Pmutation

You might want to adjust the mutation.minimum property.

Add coverage check to build

This will break the build if the coverage is less than 70% (configurable via jacoco.minimum property):

<build>
  <plugins>
    <plugin>
      <groupId>org.jacoco</groupId>
      <artifactId>jacoco-maven-plugin</artifactId>
    </plugin>
  </plugins>
</build>

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

Версия
1.6
1.5
1.4
1.3
1.2
1.1
1.0