File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 13
13
<junit .jupiter.version>5.9.2</junit .jupiter.version>
14
14
<!-- exclusion expression for integration tests -->
15
15
<testExclusions >**/integration/*.java</testExclusions >
16
+ <module-name >${groupId} .${artifactId} </module-name >
16
17
</properties >
17
18
18
19
<name >OpenFeature Java SDK</name >
349
350
</plugin >
350
351
<!-- End publish to maven central -->
351
352
353
+ <plugin >
354
+ <groupId >org.apache.maven.plugins</groupId >
355
+ <artifactId >maven-jar-plugin</artifactId >
356
+ <version >3.3.0</version >
357
+ <configuration >
358
+ <archive >
359
+ <manifestEntries >
360
+ <Automatic-Module-Name >${module-name} </Automatic-Module-Name >
361
+ </manifestEntries >
362
+ </archive >
363
+ </configuration >
364
+ </plugin >
352
365
<!-- Begin source & javadocs being generated -->
353
366
<plugin >
354
367
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments