Skip to content

Commit

Permalink
Include missing okta.properties in okta-sdk-impl jar (#930)
Browse files Browse the repository at this point in the history
include missing okta.properties in okta-sdk-impl jar
  • Loading branch information
arvindkrishnakumar-okta authored Aug 2, 2023
1 parent 2e525d8 commit a236b3e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,13 @@

<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>false</filtering>
<excludes>
<exclude>**/version.properties</exclude>
</excludes>
</resource>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
Expand Down

0 comments on commit a236b3e

Please sign in to comment.