From 80393b2dc2b3ea3f8e95388e830f2f37244cf17b 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 58c4a9843..373bbfba8 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,6 @@ spring-data-mongodb-cross-store spring-data-mongodb-log4j spring-data-mongodb-distribution - spring-data-mongodb-benchmarks @@ -218,6 +217,17 @@ + + benchmarks + + spring-data-mongodb + spring-data-mongodb-cross-store + spring-data-mongodb-log4j + spring-data-mongodb-distribution + spring-data-mongodb-benchmarks + + +