diff options
author | Simon Steiner <ssteiner@apache.org> | 2023-09-05 16:31:34 +0100 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2023-09-05 16:31:34 +0100 |
commit | fa89ae7b7a349d7f015b6eeb650a839979a8eed0 (patch) | |
tree | 5789759bb5265d1dbc4844b23986501ccecb69fb | |
parent | caba469ffe74ac9afa1ce189fbbb2643637d94f1 (diff) | |
download | xmlgraphics-fop-fa89ae7b7a349d7f015b6eeb650a839979a8eed0.tar.gz xmlgraphics-fop-fa89ae7b7a349d7f015b6eeb650a839979a8eed0.zip |
FOP-3146: Correct fop version at runtime
-rw-r--r-- | fop-core/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fop-core/pom.xml b/fop-core/pom.xml index 69d55e74b..221465ddd 100644 --- a/fop-core/pom.xml +++ b/fop-core/pom.xml @@ -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> |