Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lorislab-ms-parent

This repository contains the Maven parent POM that centralizes dependency management, plugin configuration, and common build settings for LorisLab microservice modules.

GitHub Release Maven Central License

How to use

In each child module that should inherit from this parent, reference it in the child's pom.xml under the <parent> element. Example:

<parent>
	<groupId>org.lorislab.ms</groupId>
	<artifactId>lorislab-ms-parent</artifactId>
	<version>{VERSION}</version>
</parent>

Contributing

Contributions are welcome. Please open issues or pull requests against this repository. Ensure changes follow the project's coding and commit message conventions.

License

This project is licensed under the Apache License 2.0 — see the LICENSE file for details.

About

The master parent POM and shared configuration hub for all Quarkus microservices within the Lorislab ecosystem. Centralizes dependency management, build plugins, and CI/CD standards.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors