Skip to content

Commit 2ef2acb

Browse files
fix: added an automatic module name (#362)
1 parent 996cbd8 commit 2ef2acb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

+12
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,18 @@
349349
</plugin>
350350
<!-- End publish to maven central -->
351351

352+
<plugin>
353+
<groupId>org.apache.maven.plugins</groupId>
354+
<artifactId>maven-jar-plugin</artifactId>
355+
<version>3.3.0</version>
356+
<configuration>
357+
<archive>
358+
<manifestEntries>
359+
<Automatic-Module-Name>dev.openfeature.sdk</Automatic-Module-Name>
360+
</manifestEntries>
361+
</archive>
362+
</configuration>
363+
</plugin>
352364
<!-- Begin source & javadocs being generated -->
353365
<plugin>
354366
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)