Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 80e4892

Browse files
author
Sebastian Hoß
committed
extend usage instructions
Signed-off-by: Sebastian Hoß <seb@hoß.de>
1 parent 9d8e346 commit 80e4892

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,27 @@ Inherit from one of the parents like this:
2626
</parent>
2727
```
2828

29-
Specify SCM, Issue Management, CI Management, and Distribution Management sections of your POM in case you want to deploy into [Maven Central](http://search.maven.org/).
29+
Specify SCM, Issue Management, CI Management, and Distribution Management sections of your POM in case you want to deploy into [Maven Central](http://search.maven.org/) or other repositories.
30+
31+
### Maven BOMs
32+
33+
This project defines multiple [Maven BOM](https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#importing-dependencies)s. Include them like this:
34+
35+
```xml
36+
<dependencyManagement>
37+
<dependencies>
38+
<dependency>
39+
<groupId>wtf.metio.maven.boms</groupId>
40+
<artifactId>maven-boms-[TYPE]</artifactId>
41+
<version>2020.05.24-141357</version>
42+
<type>pom</type>
43+
<scope>import</scope>
44+
</dependency>
45+
</dependencies>
46+
</dependencyManagement>
47+
```
48+
49+
Replace `[TYPE]` with one (or multiple) of the available [BOMs](./maven-boms)
3050

3151
### Docker Build Environment
3252

0 commit comments

Comments
 (0)