From 0fab0e4fc0e4ee6f046550d832e6484d8f0a32c3 Mon Sep 17 00:00:00 2001 From: jendib Date: Sun, 29 Nov 2015 20:22:24 +0100 Subject: [PATCH] RAM Lucene storage for Junit + Surefire 2.18.1 forking mode --- docs-core/src/dev/resources/db/update/dbupdate-000-1.sql | 1 + docs-parent/pom.xml | 8 +++++++- docs-web/pom.xml | 9 +++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) 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 + +