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 127127 <artifactId >maven-enforcer-plugin</artifactId >
128128 <version >3.1.0</version >
129129 </plugin >
130+ <plugin >
131+ <groupId >org.apache.maven.plugins</groupId >
132+ <artifactId >maven-jar-plugin</artifactId >
133+ <version >3.3.0</version >
134+ </plugin >
130135 <plugin >
131136 <groupId >org.apache.maven.plugins</groupId >
132137 <artifactId >maven-gpg-plugin</artifactId >
314319 </execution >
315320 </executions >
316321 </plugin >
322+ <plugin >
323+ <groupId >org.apache.maven.plugins</groupId >
324+ <artifactId >maven-jar-plugin</artifactId >
325+ <configuration >
326+ <archive >
327+ <manifestEntries >
328+ <Multi-Release >true</Multi-Release >
329+ </manifestEntries >
330+ </archive >
331+ </configuration >
332+ </plugin >
317333 </plugins >
318334 </build >
319335 </profile >
You can’t perform that action at this time.
0 commit comments