File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 5252 </compilerArgs >
5353 </configuration >
5454 </plugin >
55+ <plugin >
56+ <groupId >org.apache.maven.plugins</groupId >
57+ <artifactId >maven-jar-plugin</artifactId >
58+ <version >3.2.0</version >
59+ <configuration >
60+ <archive >
61+ <manifestEntries >
62+ <Built-By ></Built-By >
63+ <Created-By ></Created-By >
64+ <Build-Jdk ></Build-Jdk >
65+ </manifestEntries >
66+ </archive >
67+ </configuration >
68+ </plugin >
5569 <plugin >
5670 <groupId >org.jacoco</groupId >
5771 <artifactId >jacoco-maven-plugin</artifactId >
58- <version >0.8.4 </version >
72+ <version >0.8.7 </version >
5973 <executions >
6074 <execution >
6175 <id >prepare-agent</id >
7892 <plugin >
7993 <groupId >org.apache.maven.plugins</groupId >
8094 <artifactId >maven-source-plugin</artifactId >
81- <version >3.0.1 </version >
95+ <version >3.2.0 </version >
8296 <executions >
8397 <execution >
8498 <id >attach-sources</id >
You can’t perform that action at this time.
0 commit comments