Skip to content

Commit

Permalink
Merge pull request #14 from senivam/spiFix
Browse files Browse the repository at this point in the history
Fix for SPI services to be included into the resulting jar
  • Loading branch information
arjantijms authored Aug 2, 2024
2 parents e1e4961 + 81c85eb commit 1e1a72d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation.
Copyright (c) 1997, 2021 Oracle and/or its affiliates and others.
Copyright (c) 1997, 2024 Oracle and/or its affiliates and others.
All rights reserved.
This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -89,6 +88,10 @@

<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
<resource>
<directory>src/main/java</directory>
<includes>
Expand Down

0 comments on commit 1e1a72d

Please sign in to comment.