Skip to content

Commit 5377cdf

Browse files
committed
Remove subpackages from the html2pdf pom file.
It prevents maven from enabling sourceFileExcludes logic. The removal doesn't introduce any problem, the generated javadocs are the same. DEVSIX-3325
1 parent f6fcbdd commit 5377cdf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
<artifactId>maven-javadoc-plugin</artifactId>
111111
<version>${javadoc.version}</version>
112112
<configuration>
113-
<subpackages>com.itextpdf.html2pdf</subpackages>
114113
<groups>
115114
<group>
116115
<title>pdfHTML</title>

0 commit comments

Comments
 (0)