From 2b5a6c13f8a1ff8aee88178aa88788e718cfe59f Mon Sep 17 00:00:00 2001 From: Grzegorz Piwowarek Date: Sat, 9 Sep 2017 21:11:48 +0200 Subject: [PATCH] Build opt (#2593) * Build optimization * Build optimization --- core-java/pom.xml | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/core-java/pom.xml b/core-java/pom.xml index a0a35feed9..5f7b1c1962 100644 --- a/core-java/pom.xml +++ b/core-java/pom.xml @@ -373,30 +373,7 @@ - - org.codehaus.mojo - exec-maven-plugin - - - run-benchmarks - integration-test - - exec - - - test - java - - -classpath - - org.openjdk.jmh.Main - .* - - - - - @@ -431,6 +408,30 @@ + + org.codehaus.mojo + exec-maven-plugin + + + + run-benchmarks + integration-test + + exec + + + test + java + + -classpath + + org.openjdk.jmh.Main + .* + + + + +