No matter how I configure surefire plugin, I can't seem to override
the configuration to include / exclude specific test cases or
patterns. I always see this in the debug output:
[DEBUG] Scanning for tests at $basedir\src\test\flex for [**/Test*.as,
**/*Test.as, **/Test*.mxml, **/*Test.mxml] but null
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/*Test*</exclude>
</excludes>
<includes>
<include>**/*IT*</include>
</includes>
</configuration>
</plugin>
It never seems to work, it ignores the surefire configuration. Any ideas?
--
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos
http://flexmojos.sonatype.org/