Skip to content

Commit

Permalink
bom: add packaging pom (#120)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Daniel Norberg authored Mar 29, 2022
1 parent 5952240 commit a9346e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions semantic-metrics-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<groupId>com.spotify.metrics</groupId>
<artifactId>semantic-metrics-bom</artifactId>
<version>1.1.11-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Semantic Metrics: Bill Of Materials</name>

<description>
Expand Down

0 comments on commit a9346e0

Please sign in to comment.