(non-public - request user:password via [email protected])
- overview of
min
repos and what they are used for:min-root
- to be used in
pom.xml
-><parent>
of "plain" jdk projects
- to be used in
min-root-spring
- to be used in
pom.xml
-><parent>
of "spring" projects
- to be used in
min-bom
- bom-pom
- to be used in
pom.xml
-><dependencyManagement>
min-log
- pretty log printing
- to be used in apps where we rely on the log for visualizing state
min-prop
- wraps
java.util.Properties
for convenience - to be used whenever we want agnostic handling of
.properties
files
- wraps