We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a11ab2 commit b9d920bCopy full SHA for b9d920b
pom.xml
@@ -79,6 +79,18 @@
79
</resource>
80
</resources>
81
<plugins>
82
+ <plugin>
83
+ <groupId>org.apache.maven.plugins</groupId>
84
+ <artifactId>maven-jar-plugin</artifactId>
85
+ <version>3.3.0</version>
86
+ <configuration>
87
+ <archive>
88
+ <manifestEntries>
89
+ <GG-Plugin-Class>com.aws.greengrass.secretmanager.SecretManagerService</GG-Plugin-Class>
90
+ </manifestEntries>
91
+ </archive>
92
+ </configuration>
93
+ </plugin>
94
<plugin>
95
<groupId>org.jacoco</groupId>
96
<artifactId>jacoco-maven-plugin</artifactId>
0 commit comments