diff options
Diffstat (limited to 'fop-core')
-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> |