Skip to content

database-audits/parent

Repository files navigation

Database Audits Parent

Shared Maven parent POM and release tooling for the database-audits modules. Consumers do not depend on this directly — they depend on database-audits-core or database-audits-spring-boot.

What this is

database-audits-parent provides the common build and release configuration inherited by the database-audits modules, plus the release-all.ps1 orchestrator that releases the sibling repositories together, in dependency order.

Module layout

The product is three independent git repositories, checked out as siblings under one container directory (e.g. D:\devroot\database-audits\):

Repo dir Artifact

parent

database-audits-parent (pom)

core

database-audits-core (jar)

spring-boot

reactor: aggregator + integration + archetype

Release order is the dependency order: parent → core → spring-boot. Cross-references are pinned to released upstream versions (never SNAPSHOTs), so each repo builds standalone:

  • core <parent>database-audits-parent

  • spring-boot <parent>database-audits-parent, and the database-audits-core.version property in integration/pom.xmldatabase-audits-core

Releasing

See RELEASING.adoc for the full release procedure and the release-all.ps1 orchestrator.

License

Apache License 2.0

About

Parent for the database-audits modules

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors