> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 21 September 2003 16:55
> To: Maven Developers List
> Subject: RE: recent move of tests in checkstyle plugin...
>
> "Vincent Massol" <[EMAIL PROTECTED]> wrote on 22/09/2
"Vincent Massol" <[EMAIL PROTECTED]> wrote on 22/09/2003 12:31:12 AM:
> Hmmm... It is not compiling. The reason is that under our structure, the
> directory under src/test is supposed to be a package name and thus
> Eclipse complains.
src/test is the pom.unitTestSourceDirectory as defined by
src
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 21 September 2003 15:32
> To: Maven Developers List
> Subject: Re: recent move of tests in checkstyle plugin...
>
> "Vincent Massol" <[EMAIL PROTECTED]> wrote on 20/09/2003 11:31:26
PM:
>
> > dIon,
> >
&
"Vincent Massol" <[EMAIL PROTECTED]> wrote on 20/09/2003 11:31:26 PM:
> dIon,
>
> Is it normal we have
>
> src/test/plugin-test/src/main/org/...
>
> in the checkstyle plugin?
Yes.
This is a test project, to test the plugin's features.
>
> Shouldn't it be:
>
> src/test/main/org/...
Nope, i