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
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
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
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
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
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
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
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
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