On Fri, Jan 15, 2010 at 3:43 PM, Mark Hobson <markhob...@gmail.com> wrote:

> 2010/1/13 lukewpatterson <lukewpatter...@gmail.com>:
> > It seems like
> >  ${project.build.directory}/generated-sources/<generator-name>
> > and
> >  ${project.build.directory}/generated-resources/<generator-name>
> > have been mentioned [1][2], but I wonder if something like this
> >  ${project.build.directory}/generated/<generator-name>
> > is more consistent.
> >
> > With ${project.build.directory}/generated/<generator-name>, I could have
> > good consistency like:
> > ${project.build.directory}/generated/<generator-name>/src/main/java
> > ${project.build.directory}/generated/<generator-name>/src/test/scala
> > ${project.build.directory}/generated/<generator-name>/src/main/resources
>
> Sounds reasonable enough, although I'd probably also ditch 'src' since
> 'generated' conceptually replaces this.  Any new standard would have
> to be applied across all Apache and Mojo plugins though.
>
>
and it would break IDE integrations, at least netbeans which relies on the
current convention.

Milos


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

Reply via email to