The only thing I can think of is if ArcimsMapServiceTest.class comes from a
directory other than target/classes?
- Brett
On 9/15/05, John C Cartwright <[EMAIL PROTECTED]> wrote:
>
> Hello All,
>
> I'm trying to exclude test classes from the generated war, but the
> following doesn't seem to be working - e.g. the file
> "ArcimsMapserviceTest.class" appears in the generated webapp.
>
> maven.properties:
> maven.war.classes.excludes=**/*Test.class
>
>
> I see (via maven -X) that the scanner seems to be properly set:
>
> [copy] [DEBUG] fileset: Setup scanner in dir
> /extra/data/workspace/tng/target/classes with patternSet{ includes: [**]
> excludes: [**/*Test.class] }
>
> Can someone tell me what I'm doing wrong?
>
> Thanks!
>
> -- john
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>