Skip to content

Commit

Permalink
feat: provide helm model classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
iocanel committed Mar 4, 2024
1 parent 553d0f7 commit 5f4acbd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions annotations/helm-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,26 @@
</filters>
</configuration>
</execution>
<execution>
<id>model</id>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>model</shadedClassifierName>
<filters>
<filter>
<artifact>*:*</artifact>
<includes>
<include>io/dekorate/helm/model/**</include>
<include>META-INF/MANIFEST.MF</include>
</includes>
</filter>
</filters>
</configuration>
</execution>
<execution>
<id>processor</id>
<phase>package</phase>
Expand Down

0 comments on commit 5f4acbd

Please sign in to comment.