From 2d6c50d7d641ffe2032f7b1fdf77d712e63fd319 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Wed, 5 Jun 2019 12:33:18 +0200 Subject: [PATCH] DATAREST-1386 - Polishing. Disable Javadoc generation for HAL Browser and Explorer modules as otherwise the build fails for those modules. HTTPS URIs where possible. --- spring-data-rest-hal-browser/pom.xml | 6 ++++++ .../spring-data-rest/hal-browser/js/CustomPostForm.js | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/spring-data-rest-hal-browser/pom.xml b/spring-data-rest-hal-browser/pom.xml index 8a22e2f3f..2109ff660 100644 --- a/spring-data-rest-hal-browser/pom.xml +++ b/spring-data-rest-hal-browser/pom.xml @@ -16,6 +16,12 @@ ad9b865 0.7.21 spring.data.rest.hal.browser + + + true ${basedir}/.. diff --git a/spring-data-rest-hal-browser/src/main/resources/META-INF/spring-data-rest/hal-browser/js/CustomPostForm.js b/spring-data-rest-hal-browser/src/main/resources/META-INF/spring-data-rest/hal-browser/js/CustomPostForm.js index 0b5f113f4..4a9ec51a1 100644 --- a/spring-data-rest-hal-browser/src/main/resources/META-INF/spring-data-rest/hal-browser/js/CustomPostForm.js +++ b/spring-data-rest-hal-browser/src/main/resources/META-INF/spring-data-rest/hal-browser/js/CustomPostForm.js @@ -168,7 +168,7 @@ var CustomPostForm = Backbone.View.extend({ * } * * @param linkHeader - HTTP Response header containing a list of W3C compliant links with rels. - * @see http://www.w3.org/wiki/LinkHeader + * @see https://www.w3.org/wiki/LinkHeader */ w3cLinksToHalLinks: function (linkHeader) { var w3cLinks = linkHeader.split(',');