maven-super-pom

Top-level parent super POM for all projects

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.github.digimono
ArtifactId

ArtifactId

maven-super-pom
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

pom
Description

Description

maven-super-pom
Top-level parent super POM for all projects
Project URL

Project URL

https://github.com/digimono/maven-archetypes
Source Code Management

Source Code Management

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

Download maven-super-pom

Filename Size
maven-super-pom-0.0.3.pom 31 KB
Browse

How to add to project

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

Dependencies

test (7)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.0.3
0.0.2