Skip to content

Commit

Permalink
✨ Add Class-Path to MANIFEST.MF
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang committed Jul 17, 2024
1 parent 869de2f commit 0871686
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@
<manifest>
<addClasspath>true</addClasspath>
<mainClass>org.restheart.Bootstrapper</mainClass>
<addClasspath>true</addClasspath>
<classpathPrefix>lib/</classpathPrefix>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
Expand Down

0 comments on commit 0871686

Please sign in to comment.