maven-super-pom

Top-level parent super POM for all projects

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

0.0.3
Дата

Дата

Тип

Тип

pom
Описание

Описание

maven-super-pom
Top-level parent super POM for all projects
Ссылка на сайт

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

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

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

https://github.com/digimono/maven-archetypes

Скачать maven-super-pom

Имя Файла Размер
maven-super-pom-0.0.3.pom 31 KB
Обзор

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

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

Зависимости

test (7)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.5.1
org.apiguardian : apiguardian-api jar 1.1.0
org.opentest4j : opentest4j jar 1.2.0
junit : junit jar 4.12
org.junit.platform : junit-platform-launcher jar 1.5.1
org.junit.jupiter : junit-jupiter-engine jar 5.5.1
org.junit.vintage : junit-vintage-engine jar 5.5.1

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

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

Maven archetypes

License Maven Central

Maven Super POM

Installation

mvn clean install

Application archetype

mvn archetype:generate \
    -DarchetypeGroupId=io.github.digimono \
    -DarchetypeArtifactId=maven-application-archetype \
    -DarchetypeVersion=${version} \
    -DarchetypeCatalog=local \
    -DinteractiveMode=false \
    -DgroupId=io.github.digimono \
    -DartifactId=spring-boot-scaffold

Multi-module archetype

mvn archetype:generate \
    -DarchetypeGroupId=io.github.digimono \
    -DarchetypeArtifactId=maven-multi-module-archetype \
    -DarchetypeVersion=${version} \
    -DarchetypeCatalog=local \
    -DinteractiveMode=false \
    -DgroupId=io.github.digimono \
    -DartifactId=spring-boot-scaffold

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

Версия
0.0.3
0.0.2