From 94691e0afd4434a0cefc063e2100c76afd50438e Mon Sep 17 00:00:00 2001 From: cnenning Date: Mon, 1 Feb 2016 11:33:20 +0100 Subject: [PATCH] Every 2nd build on jenkins with jdk8 fails while generating javadoc for tiles-plugin. It fails at file serialized-form.html because it misses class org.apache.tiles.context.TilesRequestContextWrapper. That class was present in tiles 2 but is not present in tiles 3 anymore. To avoid failing builds due to this failOnError is set to false. --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 1dc97dac1..c5f3f2bfe 100644 --- a/pom.xml +++ b/pom.xml @@ -301,6 +301,9 @@ + + false + org.apache.rat