Skip to content

Commit

Permalink
Added index option to maven-jar-plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
jboesl committed Nov 7, 2018
1 parent 57be395 commit c656426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
<version>3.1.0</version>
<configuration>
<archive>
<index>true</index>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<manifest>
<useUniqueVersions>true</useUniqueVersions>
Expand Down

0 comments on commit c656426

Please sign in to comment.