Skip to content

Commit 038646b

Browse files
authored
Include native-image files correctly (#784)
1 parent 4a1402a commit 038646b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,10 @@
320320
<name>Alexander Shopov</name>
321321
<url>https://github.com/alshopov</url>
322322
</contributor>
323+
<contributor>
324+
<name>Tobias Soloschenko</name>
325+
<url>https://github.com/klopfdreh</url>
326+
</contributor>
323327
<contributor>
324328
<name>Michael Sotnikov</name>
325329
<url>https://github.com/stari4ek</url>
@@ -393,6 +397,13 @@
393397
<!-- ==================================================================== -->
394398
<build>
395399
<resources>
400+
<resource>
401+
<directory>${project.basedir}/src/main/resources/META-INF</directory>
402+
<targetPath>META-INF</targetPath>
403+
<includes>
404+
<include>native-image/joda-time/joda-time/resource-config.json</include>
405+
</includes>
406+
</resource>
396407
<resource>
397408
<targetPath>META-INF</targetPath>
398409
<directory>${project.basedir}</directory>

src/main/resources/META-inf/native-image/joda-time/joda-time/resource-config.json renamed to src/main/resources/META-INF/native-image/joda-time/joda-time/resource-config.json

File renamed without changes.

0 commit comments

Comments
 (0)