File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 188188 <artifactId >maven-surefire-plugin</artifactId >
189189 <version >2.22.2</version >
190190 </plugin >
191+ <plugin >
192+ <groupId >org.apache.maven.plugins</groupId >
193+ <artifactId >maven-jar-plugin</artifactId >
194+ <version >${maven-jar-plugin.version} </version >
195+ <configuration >
196+ <archive >
197+ <manifestEntries >
198+ <Implementation-Title >${project.artifactId} </Implementation-Title >
199+ <Implementation-Version >${project.version} </Implementation-Version >
200+ <Automatic-Module-Name >ai.z.openapi.sdk</Automatic-Module-Name >
201+ </manifestEntries >
202+ </archive >
203+ </configuration >
204+ </plugin >
191205 </plugins >
192206 </build >
193207</project >
Original file line number Diff line number Diff line change 112112 <groupId >org.apache.maven.plugins</groupId >
113113 <artifactId >maven-jar-plugin</artifactId >
114114 <version >${maven-jar-plugin.version} </version >
115+ <!-- Changes on this plugin should sync to core/pom.xml -->
115116 <configuration >
116117 <archive >
117118 <manifestEntries >
You can’t perform that action at this time.
0 commit comments