diff options
author | Simon Steiner <ssteiner@apache.org> | 2023-09-15 16:18:01 +0100 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2023-09-15 16:18:01 +0100 |
commit | 699b56779e89d45ae8d8ea517bc7cee57e2f4231 (patch) | |
tree | 0949205d76337f5d86eb0a824e8b5c6d9e96ef6d /fop | |
parent | 7f01c67a96493fc5d6275a25414dd0841a2617b9 (diff) | |
download | xmlgraphics-fop-699b56779e89d45ae8d8ea517bc7cee57e2f4231.tar.gz xmlgraphics-fop-699b56779e89d45ae8d8ea517bc7cee57e2f4231.zip |
FOP-3150: Resolve classpath for binary distribution
Diffstat (limited to 'fop')
-rw-r--r-- | fop/pom.xml | 1 |
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> |