From 16306f6826781df36f727edf18d7a09a6ea6ed01 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 29 Jan 2016 19:16:51 +0100 Subject: [PATCH] DATAREST-756 - Fix Querydsl test class generation. We now configure a proper output directory for Querydsl generated test classes. Previously we used the folder that's automatically picked up by the main compilation step which breaks subsequent compile runs if they're not run with a previous clean. --- spring-data-rest-webmvc/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-data-rest-webmvc/pom.xml b/spring-data-rest-webmvc/pom.xml index fc524d3a2..05f1c83bc 100644 --- a/spring-data-rest-webmvc/pom.xml +++ b/spring-data-rest-webmvc/pom.xml @@ -332,12 +332,13 @@ + test-sources generate-test-sources test-process - target/generated-sources/annotations + target/generated-test-sources/test-annotations org.springframework.data.mongodb.repository.support.MongoAnnotationProcessor true