File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 273273 </execution >
274274 </executions >
275275 </plugin >
276+ <plugin >
277+ <groupId >org.apache.maven.plugins</groupId >
278+ <artifactId >maven-jar-plugin</artifactId >
279+ <version >3.4.2</version >
280+ <configuration >
281+ <archive >
282+ <manifestEntries >
283+ <Implementation-Title >${project.name} </Implementation-Title >
284+ <Implementation-Vendor >Broadcom Inc.</Implementation-Vendor >
285+ <Implementation-Vendor-Id >${project.groupId} </Implementation-Vendor-Id >
286+ <Implementation-Version >${revision} </Implementation-Version >
287+ <Automatic-Module-Name >spring.retry</Automatic-Module-Name >
288+ </manifestEntries >
289+ </archive >
290+ </configuration >
291+ </plugin >
276292 <plugin >
277293 <artifactId >maven-assembly-plugin</artifactId >
278294 <version >3.7.1</version >
You can’t perform that action at this time.
0 commit comments