Skip to content

Commit cbc1b3f

Browse files
committed
Re-enabled JavaDoc generation (including doclint validation) during maven release
1 parent 2bc6977 commit cbc1b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
<artifactId>maven-release-plugin</artifactId>
162162
<version>2.5.3</version>
163163
<configuration>
164-
<arguments>-Dmaven.javadoc.skip=true -Dmaven.deploy.skip=true</arguments>
164+
<arguments>-Dmaven.deploy.skip=true</arguments>
165165
<tagNameFormat>tvdb-japi-@{project.version}</tagNameFormat>
166166
<pushChanges>false</pushChanges>
167167
<localCheckout>true</localCheckout>

0 commit comments

Comments
 (0)