DATAREST-1386 - Fix Javadoc creation.

Reenable Javadoc creation as otherwise the deployment to Sonatype's Nexus is rejected as all modules deployed need to hav a Javadoc JAR attached.
This commit is contained in:
Oliver Drotbohm
2019-06-14 12:33:50 +02:00
parent 45e34cd93c
commit e6925227e8

View File

@@ -16,12 +16,6 @@
<browser.version>ad9b865</browser.version>
<json-editor.version>0.7.21</json-editor.version>
<java-module-name>spring.data.rest.hal.browser</java-module-name>
<!--
Skip Javadoc as there's no public code to document
and this causes the Javadoc generation to fail otherwise.
-->
<maven.javadoc.skip>true</maven.javadoc.skip>
<project.root>${basedir}/..</project.root>
</properties>