diff --git a/docs-core/src/dev/resources/db/update/dbupdate-000-1.sql b/docs-core/src/dev/resources/db/update/dbupdate-000-1.sql
index e69de29b..afec483c 100644
--- a/docs-core/src/dev/resources/db/update/dbupdate-000-1.sql
+++ b/docs-core/src/dev/resources/db/update/dbupdate-000-1.sql
@@ -0,0 +1 @@
+update T_CONFIG set CFG_VALUE_C = 'RAM' where CFG_ID_C = 'LUCENE_DIRECTORY_STORAGE';
\ No newline at end of file
diff --git a/docs-parent/pom.xml b/docs-parent/pom.xml
index 8015a475..18d616e0 100644
--- a/docs-parent/pom.xml
+++ b/docs-parent/pom.xml
@@ -48,6 +48,7 @@
2.5.2
2.7
2.6
+ 2.18.1
9.2.13.v20150730
@@ -108,12 +109,17 @@
${org.apache.maven.plugins.maven-war-plugin.version}
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ ${org.apache.maven.plugins.maven-surefire-plugin.version}
+
+
org.eclipse.jetty
jetty-maven-plugin
${org.eclipse.jetty.jetty-maven-plugin.version}
-
diff --git a/docs-web/pom.xml b/docs-web/pom.xml
index 29016e40..15a7a835 100644
--- a/docs-web/pom.xml
+++ b/docs-web/pom.xml
@@ -174,6 +174,15 @@
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ 1
+ false
+
+