Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bootique/bootique-modules-parent

Parent POM of Bootique standard modules
https://github.com/bootique/bootique-modules-parent

Last synced: about 2 months ago
JSON representation

Parent POM of Bootique standard modules

Awesome Lists containing this project

README

        

[![build test deploy](https://github.com/bootique/bootique-modules-parent/actions/workflows/maven.yml/badge.svg)](https://github.com/bootique/bootique-modules-parent/actions/workflows/maven.yml)
[![Maven Central](https://img.shields.io/maven-central/v/io.bootique.modules.parent/bootique-modules-parent.svg?colorB=brightgreen)](https://search.maven.org/artifact/io.bootique.modules.parent/bootique-modules-parent/)

_Not for public use!_

A parent POM of [Bootique](http://bootique.io) standard modules. Stores common development and deployment settings,
and common dependency versions.

Downstream Bootique modules should use `bootique-modules-parent` with a matching major version (e.g.
`bootique-modules-parent:3.0.7` can be used by 3.x Bootique modules). Minor versions intentionally do not match, as
`bootique-modules-parent` is released independently of other modules to facilitate the development process for the rest
of the framework.