Re: generated-files policy in maven2

2005-07-20 Thread John Fallows
On 7/20/05, Kenney Westerhof <[EMAIL PROTECTED]> wrote: > On Wed, 20 Jul 2005, John Fallows wrote: > > > On 7/20/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > > It seems that classification of these sources into main, test, site, > > itest, etc, would already be well-defined for checked in sour

Re: generated-files policy in maven2

2005-07-20 Thread Kenney Westerhof
On Wed, 20 Jul 2005, John Fallows wrote: > On 7/20/05, Brett Porter <[EMAIL PROTECTED]> wrote: > It seems that classification of these sources into main, test, site, > itest, etc, would already be well-defined for checked in sources under > ${basedir}/src, and the fact that they are generated doe

Re: generated-files policy in maven2

2005-07-20 Thread John Fallows
On 7/20/05, Brett Porter <[EMAIL PROTECTED]> wrote: > John Fallows wrote: > > >If the PLUGIN-NAME is the plugin artifactId, doesn't this lead to > >collisions when plugins only differ by groupId? > > > > > It's actually whatever the plugin wants to call itself, and you can > override it with your

Re: generated-files policy in maven2

2005-07-19 Thread Brett Porter
John Fallows wrote: If the PLUGIN-NAME is the plugin artifactId, doesn't this lead to collisions when plugins only differ by groupId? It's actually whatever the plugin wants to call itself, and you can override it with your own setting if you prefer to share a single directory or want to ca

Re: generated-files policy in maven2

2005-07-19 Thread John Fallows
Brett, On 7/19/05, Brett Porter <[EMAIL PROTECTED]> wrote: > Loïc Lefèvre wrote: > > >For example, every plugin generating Java source files named XXX will > >generate the files (by default) into target/generated/XXX/ and also > >update the source path for futur compilation and might also update

Re: generated-files policy in maven2

2005-07-19 Thread Loïc Lefèvre
Cool! :-) Loïc On 7/19/05, Brett Porter <[EMAIL PROTECTED]> wrote: > Loïc Lefèvre wrote: > > >For example, every plugin generating Java source files named XXX will > >generate the files (by default) into target/generated/XXX/ and also > >update the source path for futur compilation and might als

Re: generated-files policy in maven2

2005-07-19 Thread Brett Porter
Loïc Lefèvre wrote: For example, every plugin generating Java source files named XXX will generate the files (by default) into target/generated/XXX/ and also update the source path for futur compilation and might also update .iml files (speaking of IntelliJ IDEA too). That's exactly what alre

Re: generated-files policy in maven2

2005-07-19 Thread John Casey
Hi, | I've got some questions regarding a/the generated-files policy in maven2. | | I'll explain what I mean by generated-files policy by speaking of the | anltr maven 1 plugin I currently use (but it can be applied to the | Xdoclet maven 1 plugin... too). | | Antlr through the maven 1 plugin a

generated-files policy in maven2

2005-07-19 Thread Loïc Lefèvre
Hi, I've got some questions regarding a/the generated-files policy in maven2. I'll explain what I mean by generated-files policy by speaking of the anltr maven 1 plugin I currently use (but it can be applied to the Xdoclet maven 1 plugin... too). Antlr through the maven 1 plugin al