Skip to content

Commit

Permalink
fix: added an automatic module name (open-feature#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
ARobertsCollibra committed Mar 28, 2023
1 parent 5c6777f commit bb5bc0b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,18 @@
</plugin>
<!-- End publish to maven central -->

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>dev.openfeature.sdk</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
<!-- Begin source & javadocs being generated -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit bb5bc0b

Please sign in to comment.