io.github.efenglu:maven-parent

Parent pom for the full featured parent pom demo

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

io.github.efenglu
Идентификатор

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

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

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

1.0.2
Дата

Дата

Тип

Тип

pom
Описание

Описание

io.github.efenglu:maven-parent
Parent pom for the full featured parent pom demo
Ссылка на сайт

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

https://github.com/efenglu/maven
Система контроля версий

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

https://github.com/efenglu/maven

Скачать maven-parent

Имя Файла Размер
maven-parent-1.0.2.pom 4 KB
Обзор

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

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

Зависимости

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

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

  • tiles
  • checkstyle-config

Maven Pom Configuration

Build Status

Best practices for a full featured maven pom including:

  • Maven Tiles
  • Checkstyle Config
  • Examples as tests

Usage

Configuring a project:

<plugin>
    <groupId>io.repaint.maven</groupId>
    <artifactId>tiles-maven-plugin</artifactId>
    <version>2.12</version>
    <extensions>true</extensions>
    <configuration>
        <tiles>
            <tile>io.github.efenglu.maven.tiles:project-java:[1.0, 2)</tile>
        </tiles>
    </configuration>
</plugin>

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

Версия
1.0.2
1.0.1
1.0.0