Skip to content

Commit f2cd88e

Browse files
committed
Update Querydsl code generation to generated-test-sources directory.
Closes #450
1 parent 27fd9cb commit f2cd88e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
<goal>test-process</goal>
6363
</goals>
6464
<configuration>
65-
<outputDirectory>${project.build.directory}/generated-sources/test-annotations</outputDirectory>
65+
<outputDirectory>target/generated-test-sources
66+
</outputDirectory>
6667
<processor>com.querydsl.apt.QuerydslAnnotationProcessor</processor>
6768
</configuration>
6869
</execution>

0 commit comments

Comments
 (0)