aboutsummaryrefslogtreecommitdiffstats
path: root/fop
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2023-09-15 16:18:01 +0100
committerSimon Steiner <ssteiner@apache.org>2023-09-15 16:18:01 +0100
commit699b56779e89d45ae8d8ea517bc7cee57e2f4231 (patch)
tree0949205d76337f5d86eb0a824e8b5c6d9e96ef6d /fop
parent7f01c67a96493fc5d6275a25414dd0841a2617b9 (diff)
downloadxmlgraphics-fop-699b56779e89d45ae8d8ea517bc7cee57e2f4231.tar.gz
xmlgraphics-fop-699b56779e89d45ae8d8ea517bc7cee57e2f4231.zip
FOP-3150: Resolve classpath for binary distribution
Diffstat (limited to 'fop')
-rw-r--r--fop/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/fop/pom.xml b/fop/pom.xml
index de896f2ba..5845e1f2c 100644
--- a/fop/pom.xml
+++ b/fop/pom.xml
@@ -47,6 +47,7 @@
<configuration>
<archive>
<manifest>
+ <addClasspath>true</addClasspath>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<mainClass>org.apache.fop.cli.Main</mainClass>
</manifest>