Skip to content

Commit

Permalink
derive module name
Browse files Browse the repository at this point in the history
Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com>
  • Loading branch information
Kavindu-Dodan committed Mar 28, 2023
1 parent 3c7e6cf commit 66a2eaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<junit.jupiter.version>5.9.2</junit.jupiter.version>
<!-- exclusion expression for integration tests -->
<testExclusions>**/integration/*.java</testExclusions>
<module-name>${groupId}.${artifactId}</module-name>
</properties>

<name>OpenFeature Java SDK</name>
Expand Down Expand Up @@ -356,7 +357,7 @@
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>dev.openfeature.sdk</Automatic-Module-Name>
<Automatic-Module-Name>${module-name}</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit 66a2eaf

Please sign in to comment.