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-events | |
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-events')
-rw-r--r-- | fop-events/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fop-events/pom.xml b/fop-events/pom.xml index a7a6d2d0e..15e4e9947 100644 --- a/fop-events/pom.xml +++ b/fop-events/pom.xml @@ -53,6 +53,17 @@ <build> <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <archive> + <manifestEntries> + <Automatic-Module-Name>org.apache.xmlgraphics.fop.events</Automatic-Module-Name> + </manifestEntries> + </archive> + </configuration> + </plugin> <!-- generate event collector models --> <plugin> <groupId>org.apache.maven.plugins</groupId> |