File tree 1 file changed +8
-20
lines changed
1 file changed +8
-20
lines changed Original file line number Diff line number Diff line change 292
292
</execution >
293
293
</executions >
294
294
</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 >
306
295
<plugin >
307
296
<groupId >org.apache.felix</groupId >
308
297
<artifactId >maven-bundle-plugin</artifactId >
352
341
<plugin >
353
342
<groupId >org.apache.maven.plugins</groupId >
354
343
<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 >
364
352
</plugin >
365
353
<plugin >
366
354
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments