Skip to content

Commit

Permalink
add license badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarz-eitco-de committed May 23, 2024
1 parent 1f9bb96 commit c2a3fbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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
Expand Down

0 comments on commit c2a3fbc

Please sign in to comment.