diff options
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> |