Skip to content

Commit

Permalink
chore: add GG-Plugin-Class to manifest (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDombo authored Dec 6, 2022
1 parent deb5e29 commit c9015da
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 @@ -91,6 +91,18 @@
</extension>
</extensions>
<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.detector.IpDetectorService</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 c9015da

Please sign in to comment.