Skip to content

Commit 1e1a72d

Browse files
authored
Merge pull request #14 from senivam/spiFix
Fix for SPI services to be included into the resulting jar
2 parents e1e4961 + 81c85eb commit 1e1a72d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
43
Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation.
5-
Copyright (c) 1997, 2021 Oracle and/or its affiliates and others.
4+
Copyright (c) 1997, 2024 Oracle and/or its affiliates and others.
65
All rights reserved.
76
87
This program and the accompanying materials are made available under the
@@ -89,6 +88,10 @@
8988

9089
<build>
9190
<resources>
91+
<resource>
92+
<directory>src/main/resources</directory>
93+
<filtering>true</filtering>
94+
</resource>
9295
<resource>
9396
<directory>src/main/java</directory>
9497
<includes>

0 commit comments

Comments
 (0)