From c2a3fbc8c8e2ed32f1bfa9180c2d4f1a9d59ac12 Mon Sep 17 00:00:00 2001 From: jschwarz Date: Thu, 23 May 2024 11:34:36 +0200 Subject: [PATCH] add license badge --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 71628ac..f0ab0cc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Bill of Materials Maven Plugin +[![License](https://img.shields.io/github/license/eitco/bom-maven-plugin.svg?style=for-the-badge)](https://opensource.org/license/mit) [![Build status](https://img.shields.io/github/actions/workflow/status/eitco/bom-maven-plugin/deploy.yaml?branch=main&style=for-the-badge&logo=github)](https://github.com/eitco/bom-maven-plugin/actions/workflows/deploy.yaml) [![Maven Central Version](https://img.shields.io/maven-central/v/de.eitco.cicd/bom-maven-plugin?style=for-the-badge&logo=apachemaven)](https://central.sonatype.com/artifact/de.eitco.cicd/bom-maven-plugin) @@ -14,6 +15,9 @@ It can be customized with the following parameters: This parameter specifies a list of additional pom files whose dependency management will be included in the generated bom. +Consider using the [flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin) to generate a pom containing the projects dependency management and +specifying the generated file as `additionalBom`. + ## typesByPackaging This parameter holds a map of artifact types indexed by their packaging. The plugin needs this map to deduce