Skip to content

Commit

Permalink
fix: add GG-Plugin-Class to manifest (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDombo authored Jul 27, 2023
1 parent bb854b5 commit a8d560d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@
<configuration>
<finalName>${jar.name}</finalName>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<GG-Plugin-Class>com.aws.greengrass.disk.spool.DiskSpool</GG-Plugin-Class>
</manifestEntries>
</transformer>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"/>
Expand Down

0 comments on commit a8d560d

Please sign in to comment.