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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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(',');
|
||||
|
||||
@@ -16,6 +16,11 @@
|
||||
<explorer.version>0.9.5</explorer.version>
|
||||
<json-editor.version>0.7.21</json-editor.version>
|
||||
<java-module-name>spring.data.rest.hal.explorer</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>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
* https://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
|
||||
@@ -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(',');
|
||||
|
||||
Reference in New Issue
Block a user