From 21b8f015644583e712a40f63fd7a7d78301c775f Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 5 Feb 2014 09:06:46 +0100 Subject: [PATCH] Tweak Querydsl APT plugin to produce less verbose output. --- jpa/spring-data-jpa-showcase/pom.xml | 1 + mongodb/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/jpa/spring-data-jpa-showcase/pom.xml b/jpa/spring-data-jpa-showcase/pom.xml index dabf62ee..a6c1e656 100644 --- a/jpa/spring-data-jpa-showcase/pom.xml +++ b/jpa/spring-data-jpa-showcase/pom.xml @@ -116,6 +116,7 @@ target/generated-sources/queries com.mysema.query.apt.jpa.JPAAnnotationProcessor + true diff --git a/mongodb/pom.xml b/mongodb/pom.xml index 7e10f7a7..037d95c8 100644 --- a/mongodb/pom.xml +++ b/mongodb/pom.xml @@ -53,6 +53,7 @@ target/generated-sources/annotations org.springframework.data.mongodb.repository.support.MongoAnnotationProcessor + true