Merge branch 'jetty-9.4.x' into jetty-9.4.x-2525-SharedBlockingCallback

This commit is contained in:
Greg Wilkins 2018-05-15 11:46:31 +10:00
commit 88f8bcf4a5
2 changed files with 5 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -46,7 +46,7 @@ def getFullBuild(jdk, os) {
publisherStrategy: 'EXPLICIT',
globalMavenSettingsConfig: settingsName,
mavenLocalRepo: localRepo) {
sh "mvn -V -B clean install -DskipTests -T6"
sh "mvn -V -B clean install -DskipTests -T6 -e"
}
}
@ -68,7 +68,7 @@ def getFullBuild(jdk, os) {
publisherStrategy: 'EXPLICIT',
globalMavenSettingsConfig: settingsName,
mavenLocalRepo: localRepo) {
sh "mvn -V -B javadoc:javadoc -T6"
sh "mvn -V -B javadoc:javadoc -T6 -e"
}
}
}

View File

@ -490,7 +490,10 @@
<links>
<link>http://docs.oracle.com/javase/8/docs/api/</link>
<link>http://docs.oracle.com/javaee/7/api/</link>
<!--
not sure why we have this link....??
<link>http://download.eclipse.org/jetty/stable-9/apidocs/</link>
-->
</links>
<tags>
<tag>