Skip to content

Commit

Permalink
Force inclusion of META-INF/versions directory in jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettwooldridge committed May 7, 2020
1 parent d9ee5fa commit f6fd47b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,12 @@
</dependencies>

<build>
<resources>
<resource>
<directory>target/classes</directory>
</resource>
</resources>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -403,6 +409,7 @@
com.zaxxer.hikari.metrics
</Export-Package>
<Private-Package>com.zaxxer.hikari.*</Private-Package>
<Include-Resource>{maven-resources}</Include-Resource>
<_exportcontents>
com.zaxxer.hikari.pool,
com.zaxxer.hikari.util
Expand Down

0 comments on commit f6fd47b

Please sign in to comment.