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-utils</artifactId >
32- <version >1.2.3 </version >
32+ <version >1.2.4 </version >
3333 <packaging >jar</packaging >
3434 <name >reactify-utils</name >
3535 <description >Java library util for developing backend with reactive programming</description >
8080 <maven-gpg-plugin .version>1.6</maven-gpg-plugin .version>
8181 <maven-javadoc-plugin .version>3.8.0</maven-javadoc-plugin .version>
8282 <maven-source-plugin .version>3.3.1</maven-source-plugin .version>
83+ <maven-jar-plugin .version>3.4.2</maven-jar-plugin .version>
8384 </properties >
8485
8586 <!-- =========================================== -->
207208 <skip >true</skip >
208209 </configuration >
209210 </plugin >
211+ <plugin >
212+ <groupId >org.apache.maven.plugins</groupId >
213+ <artifactId >maven-jar-plugin</artifactId >
214+ <version >${maven-jar-plugin.version} </version >
215+ <configuration >
216+ <archive >
217+ <manifestEntries >
218+ <Automatic-Module-Name >com.reactify</Automatic-Module-Name >
219+ </manifestEntries >
220+ </archive >
221+ </configuration >
222+ </plugin >
210223 </plugins >
211224 </build >
212225</project >
You can’t perform that action at this time.
0 commit comments