org.apache.xmlgraphics:fop-events
Advanced tools
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
| #Created by Apache Maven 3.6.0 | ||
| version=2.9 | ||
| version=2.10 | ||
| groupId=org.apache.xmlgraphics | ||
| artifactId=fop-events |
@@ -13,3 +13,3 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
| <artifactId>fop-parent</artifactId> | ||
| <version>2.9</version> | ||
| <version>2.10</version> | ||
| </parent> | ||
@@ -57,2 +57,13 @@ | ||
| <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 --> | ||
@@ -72,3 +83,3 @@ <plugin> | ||
| <target> | ||
| <taskdef name="collectEvents" classname="org.apache.fop.tools.EventProducerCollectorTask"> | ||
| <taskdef name="collectEvents" classname="org.apache.fop.eventtools.EventProducerCollectorTask"> | ||
| <classpath> | ||
@@ -116,4 +127,4 @@ <path refid="maven.compile.classpath"/> | ||
| <plugin> | ||
| <groupId>org.codehaus.mojo</groupId> | ||
| <artifactId>findbugs-maven-plugin</artifactId> | ||
| <groupId>com.github.spotbugs</groupId> | ||
| <artifactId>spotbugs-maven-plugin</artifactId> | ||
| <version>${findbugs.plugin.version}</version> | ||
@@ -120,0 +131,0 @@ <configuration> |
+1
-1
| Apache FOP | ||
| Copyright 1999-2023 The Apache Software Foundation | ||
| Copyright 1999-2024 The Apache Software Foundation | ||
| This product includes software developed at | ||
| The Apache Software Foundation (http://www.apache.org/). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet