From a9346e0dcc05b01427c870cd7eaa4f866989c1c5 Mon Sep 17 00:00:00 2001 From: Daniel Norberg Date: Tue, 29 Mar 2022 18:20:57 -0400 Subject: [PATCH] bom: add packaging pom (#120) Although using this pom as a bom seems to work as expected, the maven ModelBuilder yields a model with `jar` packaging when parsing this artifact. --- semantic-metrics-bom/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/semantic-metrics-bom/pom.xml b/semantic-metrics-bom/pom.xml index 23ee833..d988c67 100644 --- a/semantic-metrics-bom/pom.xml +++ b/semantic-metrics-bom/pom.xml @@ -5,6 +5,7 @@ com.spotify.metrics semantic-metrics-bom 1.1.11-SNAPSHOT + pom Semantic Metrics: Bill Of Materials