Skip to content

Commit

Permalink
FOP-3146: Correct fop version at runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsteiner1984 committed Sep 5, 2023
1 parent caba469 commit fa89ae7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions fop-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,17 @@
<threshold>Low</threshold>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
<resources>
<resource>
Expand Down

0 comments on commit fa89ae7

Please sign in to comment.