We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708cb32 commit ccf9875Copy full SHA for ccf9875
1 file changed
pom.xml
@@ -229,6 +229,18 @@
229
</configuration>
230
</plugin>
231
232
+ <plugin>
233
+ <artifactId>maven-jar-plugin</artifactId>
234
+ <configuration>
235
+ <archive>
236
+ <manifest>
237
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
238
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
239
+ </manifest>
240
+ </archive>
241
+ </configuration>
242
+ </plugin>
243
+
244
</plugins>
245
</build>
246
0 commit comments