2010/1/15 lukewpatterson <lukewpatter...@gmail.com>:
> Good point, updated example:
>
> ${project.build.directory}/generated/<generator-name>/main/java
> ${project.build.directory}/generated/<generator-name>/test/scala
> ${project.build.directory}/generated/<generator-name>/main/resources
>
> A question about the current standard: are generated *test* sources placed
> in
> ${project.build.directory}/generated-test-sources/<generator-name> ?
>
> And for *test resources*, is it
> ${project.build.directory}/generated-test-resources/<generator-name> ?
>
> I couldn't find any examples (haven't exhaustively search though) of
> generators that produce on both main and test sides.

Yep, that's right.  For an example, see:

http://mojo.codehaus.org/apt-maven-plugin/test-process-mojo.html#testOutputDirectory

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to