Skip to content

Commit

Permalink
chore: add GG-Plugin-Class to manifest (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDombo authored Dec 6, 2022
1 parent 10a8e12 commit 946d5e5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,18 @@
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<archive>
<manifestEntries>
<GG-Plugin-Class>com.aws.greengrass.security.provider.pkcs11.PKCS11CryptoKeyService</GG-Plugin-Class>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit 946d5e5

Please sign in to comment.