A parent POM that centralizes common configuration, dependency management, plugin configuration, and release settings for the lorislab set of libraries.
- Centralized dependency management for lorislab modules
- Shared plugin and build configuration (compiler, formatter, test, release)
- Simplifies module POMs by inheriting common defaults
- Java 25+ (or your project's required Java version)
- Apache Maven 3.9+
Add this project as the parent in your module's pom.xml:
<parent>
<groupId>org.lorislab.lib</groupId>
<artifactId>lorislab-lib-parent</artifactId>
<version>VERSION</version>
</parent>
This project is licensed under the terms in the Apache 2.0 file. See the LICENSE at the repository root for details.
Contributions are welcome — please open issues or pull requests against the repository. Follow the existing code style and run tests locally before submitting a PR.
See repository metadata or check the project website for contact information.