File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 2929 <!-- =========================================== -->
3030 <groupId >io.github.hoangtien2k3</groupId >
3131 <artifactId >reactify-cache</artifactId >
32- <version >1.2.3 </version >
32+ <version >1.2.4 </version >
3333 <name >reactify-cache</name >
3434 <packaging >jar</packaging >
3535 <description >Java library using caffeine cache</description >
7979 <maven-gpg-plugin .version>1.6</maven-gpg-plugin .version>
8080 <maven-javadoc-plugin .version>3.8.0</maven-javadoc-plugin .version>
8181 <maven-source-plugin .version>3.3.1</maven-source-plugin .version>
82+ <maven-jar-plugin .version>3.4.2</maven-jar-plugin .version>
8283 </properties >
8384
8485 <!-- =========================================== -->
222223 <skip >true</skip >
223224 </configuration >
224225 </plugin >
226+ <plugin >
227+ <groupId >org.apache.maven.plugins</groupId >
228+ <artifactId >maven-jar-plugin</artifactId >
229+ <version >${maven-jar-plugin.version} </version >
230+ <configuration >
231+ <archive >
232+ <manifestEntries >
233+ <Automatic-Module-Name >com.reactify</Automatic-Module-Name >
234+ </manifestEntries >
235+ </archive >
236+ </configuration >
237+ </plugin >
225238 </plugins >
226239 </build >
227240</project >
You can’t perform that action at this time.
0 commit comments