Closed mtrenkmann closed 7 years ago
Current destination for code-generation looks correct (all code-generation plugins I've seen so far use this location). So I suppose that if your IDE supports maven-based projects it should handle this situation without problem.
Ya, I see ... and using another location would also require to the configure the maven-clean-plugin appropriately. Lets close this issue.
I know that Maven build artifacts reside in the
target
directory. However, I am not sure if this is the best approach for generated source code, because then I need to add thetarget
directory to the projects classpath to make my IDE happy.In other projects I used to place generated source code in a dedicated namespace/package in the project's source folder. For pazuzu this would be
src/main/java/org/zalando/pazuzu/generated
.Request for comments.