DATAREST-1386 - Polishing.

Disable Javadoc generation for HAL Browser and Explorer modules as otherwise the build fails for those modules. HTTPS URIs where possible.
This commit is contained in:
Oliver Drotbohm
2019-06-05 12:33:18 +02:00
parent 8acd867ba0
commit 2d6c50d7d6
2 changed files with 7 additions and 1 deletions

View File

@@ -16,6 +16,12 @@
<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>