Skip to content

Commit d8eecdb

Browse files
fix(ci): correctly cleanup and regnerate site and javadoc
1 parent 33b0c97 commit d8eecdb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+596
-12185
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ branches:
2424
before_install:
2525
- export MAVEN_OPTS=-Dorg.slf4j.simpleLogger.defaultLogLevel=WARN
2626
script:
27+
- mvn -B clean
2728
- mvn -B site
2829
- mvn -B package
2930
jobs:

pom.xml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="UTF-8" ?>
22

33
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
@@ -63,9 +63,9 @@
6363
<artifactId>maven-javadoc-plugin</artifactId>
6464
<version>3.2.0</version>
6565
<configuration>
66-
<verbose>true</verbose>
67-
<source>8</source>
68-
<additionalOptions>-html5</additionalOptions>
66+
<verbose>true</verbose>
67+
<source>8</source>
68+
<additionalOptions>-html5</additionalOptions>
6969
</configuration>
7070
<executions>
7171
<execution>
@@ -103,9 +103,6 @@
103103
<plugin>
104104
<artifactId>maven-clean-plugin</artifactId>
105105
<version>3.1.0</version>
106-
<configuration>
107-
<excludeDefaultDirectories>true</excludeDefaultDirectories>
108-
</configuration>
109106
</plugin>
110107
<plugin>
111108
<artifactId>maven-resources-plugin</artifactId>
@@ -156,15 +153,15 @@
156153
<version>3.0.5</version>
157154
</requireMavenVersion>
158155
</rules>
159-
</configuration>
156+
</configuration>
160157
</execution>
161158
</executions>
162159
</plugin>
163160
<plugin>
164-
<groupId>org.apache.maven.plugins</groupId>
165-
<artifactId>maven-site-plugin</artifactId>
166-
<version>3.9.0</version>
167-
</plugin>
161+
<groupId>org.apache.maven.plugins</groupId>
162+
<artifactId>maven-site-plugin</artifactId>
163+
<version>3.9.0</version>
164+
</plugin>
168165
</plugins>
169166
</build>
170167
<dependencies>

target/apidocs/allclasses-frame.html

Lines changed: 0 additions & 34 deletions
This file was deleted.

target/apidocs/allclasses-index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.7) on Fri May 15 10:25:26 CEST 2020 -->
6-
<title>All Classes (java-sdk 3.2.0 API)</title>
5+
<!-- Generated by javadoc (11.0.7) on Mon May 18 10:21:02 CEST 2020 -->
6+
<title>All Classes (java-sdk 4.0.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-05-15">
8+
<meta name="dc.created" content="2020-05-18">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="All Classes (java-sdk 3.2.0 API)";
25+
parent.document.title="All Classes (java-sdk 4.0.1 API)";
2626
}
2727
}
2828
catch(err) {

target/apidocs/allclasses-noframe.html

Lines changed: 0 additions & 34 deletions
This file was deleted.

target/apidocs/allclasses.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.7) on Fri May 15 10:25:26 CEST 2020 -->
6-
<title>All Classes (java-sdk 3.2.0 API)</title>
5+
<!-- Generated by javadoc (11.0.7) on Mon May 18 10:21:02 CEST 2020 -->
6+
<title>All Classes (java-sdk 4.0.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-05-15">
8+
<meta name="dc.created" content="2020-05-18">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>

target/apidocs/allpackages-index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.7) on Fri May 15 10:25:26 CEST 2020 -->
6-
<title>All Packages (java-sdk 3.2.0 API)</title>
5+
<!-- Generated by javadoc (11.0.7) on Mon May 18 10:21:02 CEST 2020 -->
6+
<title>All Packages (java-sdk 4.0.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-05-15">
8+
<meta name="dc.created" content="2020-05-18">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="All Packages (java-sdk 3.2.0 API)";
25+
parent.document.title="All Packages (java-sdk 4.0.1 API)";
2626
}
2727
}
2828
catch(err) {

target/apidocs/constant-values.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.7) on Fri May 15 10:25:26 CEST 2020 -->
6-
<title>Constant Field Values (java-sdk 3.2.0 API)</title>
5+
<!-- Generated by javadoc (11.0.7) on Mon May 18 10:21:02 CEST 2020 -->
6+
<title>Constant Field Values (java-sdk 4.0.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-05-15">
8+
<meta name="dc.created" content="2020-05-18">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="Constant Field Values (java-sdk 3.2.0 API)";
25+
parent.document.title="Constant Field Values (java-sdk 4.0.1 API)";
2626
}
2727
}
2828
catch(err) {

target/apidocs/deprecated-list.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.7) on Fri May 15 10:25:26 CEST 2020 -->
6-
<title>Deprecated List (java-sdk 3.2.0 API)</title>
5+
<!-- Generated by javadoc (11.0.7) on Mon May 18 10:21:02 CEST 2020 -->
6+
<title>Deprecated List (java-sdk 4.0.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-05-15">
8+
<meta name="dc.created" content="2020-05-18">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="Deprecated List (java-sdk 3.2.0 API)";
25+
parent.document.title="Deprecated List (java-sdk 4.0.1 API)";
2626
}
2727
}
2828
catch(err) {

target/apidocs/help-doc.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.7) on Fri May 15 10:25:26 CEST 2020 -->
6-
<title>API Help (java-sdk 3.2.0 API)</title>
5+
<!-- Generated by javadoc (11.0.7) on Mon May 18 10:21:02 CEST 2020 -->
6+
<title>API Help (java-sdk 4.0.1 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-05-15">
8+
<meta name="dc.created" content="2020-05-18">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="API Help (java-sdk 3.2.0 API)";
25+
parent.document.title="API Help (java-sdk 4.0.1 API)";
2626
}
2727
}
2828
catch(err) {

0 commit comments

Comments
 (0)