mihobson wrote:
>
> ... I'd probably also ditch 'src' since 'generated' conceptually replaces
> this.
>
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.
--
View this message in context:
http://old.nabble.com/generated-sources-resources-path-conventions-tp27145545p27179217.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]