We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a8e12 commit 946d5e5Copy full SHA for 946d5e5
1 file changed
pom.xml
@@ -122,6 +122,18 @@
122
</resource>
123
</resources>
124
<plugins>
125
+ <plugin>
126
+ <groupId>org.apache.maven.plugins</groupId>
127
+ <artifactId>maven-jar-plugin</artifactId>
128
+ <version>3.3.0</version>
129
+ <configuration>
130
+ <archive>
131
+ <manifestEntries>
132
+ <GG-Plugin-Class>com.aws.greengrass.security.provider.pkcs11.PKCS11CryptoKeyService</GG-Plugin-Class>
133
+ </manifestEntries>
134
+ </archive>
135
+ </configuration>
136
+ </plugin>
137
<plugin>
138
<groupId>org.apache.maven.plugins</groupId>
139
<artifactId>maven-compiler-plugin</artifactId>
0 commit comments