Skip to content

Commit 2727599

Browse files
committed
Update Querydsl code generation to generated-test-sources directory.
Closes #450
1 parent 25760ca commit 2727599

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
@@ -69,7 +69,8 @@
6969
<goal>test-process</goal>
7070
</goals>
7171
<configuration>
72-
<outputDirectory>${project.build.directory}/generated-sources/test-annotations</outputDirectory>
72+
<outputDirectory>target/generated-test-sources
73+
</outputDirectory>
7374
<processor>com.querydsl.apt.QuerydslAnnotationProcessor</processor>
7475
</configuration>
7576
</execution>

0 commit comments

Comments
 (0)