We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e36eb commit ec69c3dCopy full SHA for ec69c3d
1 file changed
pom.xml
@@ -115,6 +115,18 @@
115
</dependencies>
116
<build>
117
<plugins>
118
+ <plugin>
119
+ <groupId>org.apache.maven.plugins</groupId>
120
+ <artifactId>maven-jar-plugin</artifactId>
121
+ <version>3.3.0</version>
122
+ <configuration>
123
+ <archive>
124
+ <manifestEntries>
125
+ <GG-Plugin-Class>com.aws.greengrass.mqtt.bridge.MQTTBridge</GG-Plugin-Class>
126
+ </manifestEntries>
127
+ </archive>
128
+ </configuration>
129
+ </plugin>
130
<plugin>
131
<groupId>org.apache.maven.plugins</groupId>
132
<artifactId>maven-compiler-plugin</artifactId>
0 commit comments