Location of generated source files for maven directory structure
I think the location depends on how the source is generated and handled. The source code is generated automatically during the build process: Then i would use target/main/java/, target/test/java/ and so on. This code is not checked in into CVS since you can rebuild it fairly easy. In case you clean your project the target … Read more