This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 278bcdda947 HDDS-13314. Remove unused maven-pdf-plugin (#8686)
278bcdda947 is described below
commit 278bcdda947d28b15126a248989f8df530283812
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Jun 25 12:14:21 2025 +0200
HDDS-13314. Remove unused maven-pdf-plugin (#8686)
---
pom.xml | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/pom.xml b/pom.xml
index d368c5fd338..ed52f8198ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,6 @@
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version>
<maven-patch-plugin.version>1.3</maven-patch-plugin.version>
- <maven-pdf-plugin.version>1.6.1</maven-pdf-plugin.version>
<maven-remote-resources-plugin.version>3.3.0</maven-remote-resources-plugin.version>
<maven-resources-plugin.version>3.3.0</maven-resources-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
@@ -1882,11 +1881,6 @@
<artifactId>exec-maven-plugin</artifactId>
<version>${exec-maven-plugin.version}</version>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pdf-plugin</artifactId>
- <version>${maven-pdf-plugin.version}</version>
- </plugin>
<plugin>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-maven-plugins</artifactId>
@@ -2344,14 +2338,6 @@
<excludedGroups>${excluded-test-groups}</excludedGroups>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pdf-plugin</artifactId>
- <configuration>
-
<outputDirectory>${project.reporting.outputDirectory}</outputDirectory>
- <includeReports>false</includeReports>
- </configuration>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]