aboutsummaryrefslogtreecommitdiffstats
path: root/fop-core/pom.xml
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2023-09-05 16:31:34 +0100
committerSimon Steiner <ssteiner@apache.org>2023-09-05 16:31:34 +0100
commitfa89ae7b7a349d7f015b6eeb650a839979a8eed0 (patch)
tree5789759bb5265d1dbc4844b23986501ccecb69fb /fop-core/pom.xml
parentcaba469ffe74ac9afa1ce189fbbb2643637d94f1 (diff)
downloadxmlgraphics-fop-fa89ae7b7a349d7f015b6eeb650a839979a8eed0.tar.gz
xmlgraphics-fop-fa89ae7b7a349d7f015b6eeb650a839979a8eed0.zip
FOP-3146: Correct fop version at runtime
Diffstat (limited to 'fop-core/pom.xml')
-rw-r--r--fop-core/pom.xml11
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>