Skip to content

Commit 278bcdd

Browse files
authored
HDDS-13314. Remove unused maven-pdf-plugin (#8686)
1 parent c1e84d9 commit 278bcdd

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@
155155
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
156156
<maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version>
157157
<maven-patch-plugin.version>1.3</maven-patch-plugin.version>
158-
<maven-pdf-plugin.version>1.6.1</maven-pdf-plugin.version>
159158
<maven-remote-resources-plugin.version>3.3.0</maven-remote-resources-plugin.version>
160159
<maven-resources-plugin.version>3.3.0</maven-resources-plugin.version>
161160
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
@@ -1882,11 +1881,6 @@
18821881
<artifactId>exec-maven-plugin</artifactId>
18831882
<version>${exec-maven-plugin.version}</version>
18841883
</plugin>
1885-
<plugin>
1886-
<groupId>org.apache.maven.plugins</groupId>
1887-
<artifactId>maven-pdf-plugin</artifactId>
1888-
<version>${maven-pdf-plugin.version}</version>
1889-
</plugin>
18901884
<plugin>
18911885
<groupId>org.apache.hadoop</groupId>
18921886
<artifactId>hadoop-maven-plugins</artifactId>
@@ -2344,14 +2338,6 @@
23442338
<excludedGroups>${excluded-test-groups}</excludedGroups>
23452339
</configuration>
23462340
</plugin>
2347-
<plugin>
2348-
<groupId>org.apache.maven.plugins</groupId>
2349-
<artifactId>maven-pdf-plugin</artifactId>
2350-
<configuration>
2351-
<outputDirectory>${project.reporting.outputDirectory}</outputDirectory>
2352-
<includeReports>false</includeReports>
2353-
</configuration>
2354-
</plugin>
23552341
<plugin>
23562342
<groupId>org.apache.maven.plugins</groupId>
23572343
<artifactId>maven-checkstyle-plugin</artifactId>

0 commit comments

Comments
 (0)