File tree Expand file tree Collapse file tree 1 file changed +8
-20
lines changed Expand file tree Collapse file tree 1 file changed +8
-20
lines changed Original file line number Diff line number Diff line change 292292 </execution >
293293 </executions >
294294 </plugin >
295- <plugin >
296- <groupId >org.apache.maven.plugins</groupId >
297- <artifactId >maven-jar-plugin</artifactId >
298- <configuration >
299- <archive >
300- <manifestEntries >
301- <Multi-Release >true</Multi-Release >
302- </manifestEntries >
303- </archive >
304- </configuration >
305- </plugin >
306295 <plugin >
307296 <groupId >org.apache.felix</groupId >
308297 <artifactId >maven-bundle-plugin</artifactId >
352341 <plugin >
353342 <groupId >org.apache.maven.plugins</groupId >
354343 <artifactId >maven-jar-plugin</artifactId >
355- <executions >
356- <execution >
357- <id >default-jar</id >
358- <phase >package</phase >
359- <goals >
360- <goal >jar</goal >
361- </goals >
362- </execution >
363- </executions >
344+ <configuration >
345+ <archive >
346+ <manifestFile >${project.build.outputDirectory} /META-INF/MANIFEST.MF</manifestFile >
347+ <manifestEntries >
348+ <Multi-Release >true</Multi-Release >
349+ </manifestEntries >
350+ </archive >
351+ </configuration >
364352 </plugin >
365353 <plugin >
366354 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments