Skip to content

Commit fa5ed8c

Browse files
committed
Fix for SPI services to be included into the resulting jar
Signed-off-by: Maxim Nesen <[email protected]>
1 parent 44346c8 commit fa5ed8c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
44
Copyright (c) 2022, 2023 Contributors to the Eclipse Foundation.
5-
Copyright (c) 1997, 2021 Oracle and/or its affiliates and others.
5+
Copyright (c) 1997, 2024 Oracle and/or its affiliates and others.
66
All rights reserved.
77
88
This program and the accompanying materials are made available under the
@@ -89,6 +89,10 @@
8989

9090
<build>
9191
<resources>
92+
<resource>
93+
<directory>src/main/resources</directory>
94+
<filtering>true</filtering>
95+
</resource>
9296
<resource>
9397
<directory>src/main/java</directory>
9498
<includes>

0 commit comments

Comments
 (0)