Skip to content

Commit

Permalink
Include native-image files correctly (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
klopfdreh committed Sep 7, 2024
1 parent 4a1402a commit 038646b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,10 @@
<name>Alexander Shopov</name>
<url>https://github.com/alshopov</url>
</contributor>
<contributor>
<name>Tobias Soloschenko</name>
<url>https://github.com/klopfdreh</url>
</contributor>
<contributor>
<name>Michael Sotnikov</name>
<url>https://github.com/stari4ek</url>
Expand Down Expand Up @@ -393,6 +397,13 @@
<!-- ==================================================================== -->
<build>
<resources>
<resource>
<directory>${project.basedir}/src/main/resources/META-INF</directory>
<targetPath>META-INF</targetPath>
<includes>
<include>native-image/joda-time/joda-time/resource-config.json</include>
</includes>
</resource>
<resource>
<targetPath>META-INF</targetPath>
<directory>${project.basedir}</directory>
Expand Down

0 comments on commit 038646b

Please sign in to comment.