From 51d5a3b61a90cf48ca5528f99c588ea76a1ef933 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 24 Jul 2017 18:39:38 +0200 Subject: [PATCH] DATAMONGO-1720 - Make sure benchmark module is not included by default. The benchmarks module does not produce a JAR by default which let's our Maven Central deployment fail as a module has to produce one according to their rules. We're now only including the benchmark module when the benchmarks profile is active. --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 61eb8ba16..3ae50dcf7 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,6 @@ spring-data-mongodb spring-data-mongodb-cross-store spring-data-mongodb-distribution - spring-data-mongodb-benchmarks @@ -161,6 +160,17 @@ + + benchmarks + + spring-data-mongodb + spring-data-mongodb-cross-store + spring-data-mongodb-log4j + spring-data-mongodb-distribution + spring-data-mongodb-benchmarks + + +