Skip to content

Commit

Permalink
added manifest for main class
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangoerdes committed Aug 15, 2024
1 parent e2eb9e9 commit a42e44c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,9 @@
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<mainClass>com.predic8.membrane.core.Starter</mainClass>
</manifest>
<manifestEntries>
<Bundle-License>http://www.apache.org/licenses/LICENSE-2.0.html</Bundle-License>
</manifestEntries>
Expand Down

0 comments on commit a42e44c

Please sign in to comment.