This is an umbrella project that unifies several artifacts. Every artifact provides some potentially useful function for maven build.
This package is used to share building tools for other projects.
-
Render mustache templates during maven build using data from some json- or .properties-file.
-
Support consistent versioning policy. Store publicly available stable and unstable version numbers in .properties-file.
-
Tool (maven core-extension) used to modularize build by spliting build configuration into set of inter-dependent profiles.
-
Manages
.mvn/extensions.xml
file introduced in maven 3.3.1. Checks if all required core maven extensions are installed and have required version numbers.
Ozymandias is under BSD 3-clause license.