diff options
author | Simon Steiner <ssteiner@apache.org> | 2024-02-22 12:01:29 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2024-02-22 12:01:29 +0000 |
commit | ed60079e0064febb68d8c5be690c853f6d83ac4a (patch) | |
tree | be565d67e31d4e6bd9539610181790565b4ed965 /fop-core/pom.xml | |
parent | 08d676ebd139a827fc2e6756d1ab542bce1a17b7 (diff) | |
download | xmlgraphics-fop-ed60079e0064febb68d8c5be690c853f6d83ac4a.tar.gz xmlgraphics-fop-ed60079e0064febb68d8c5be690c853f6d83ac4a.zip |
FOP-3159: Set an automatic module name by Samael Bate
Diffstat (limited to 'fop-core/pom.xml')
-rw-r--r-- | fop-core/pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fop-core/pom.xml b/fop-core/pom.xml index d1e1a2f65..a041e727d 100644 --- a/fop-core/pom.xml +++ b/fop-core/pom.xml @@ -357,9 +357,12 @@ <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> </manifest> + <manifestEntries> + <Automatic-Module-Name>org.apache.xmlgraphics.fop.core</Automatic-Module-Name> + </manifestEntries> </archive> </configuration> - </plugin> + </plugin> </plugins> <resources> <resource> |