Skip to content

Commit

Permalink
Merge pull request #25 from camunda-community-hub/24-manifest-file
Browse files Browse the repository at this point in the history
  • Loading branch information
zambrovski authored Mar 3, 2023
2 parents 94d2ae2 + 78bcbc6 commit 31938c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.5</version>
<configuration>
<useDefaultManifestFile>true</useDefaultManifestFile>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 31938c9

Please sign in to comment.