Skip to content

Commit b9d920b

Browse files
authored
chore: add GG-Plugin-Class to manifest (#71)
1 parent 8a11ab2 commit b9d920b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

+12
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,18 @@
7979
</resource>
8080
</resources>
8181
<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>
8294
<plugin>
8395
<groupId>org.jacoco</groupId>
8496
<artifactId>jacoco-maven-plugin</artifactId>

0 commit comments

Comments
 (0)