On Tue, Dec 2, 2008 at 3:21 PM, Garry <[EMAIL PROTECTED]> wrote:
> Should that XML be put into a <plugin> configuration? Can you provide
> a fuller POM example? I want to
> exclude some tests but am not sure how to use the snippet you showed.
<build>
<plugins>
<plugin>
<groupId>info.flex-mojos</groupId>
<artifactId>flex-compiler-mojo</artifactId>
...
<configuration>
...
<includeTestFiles>
<param>*Test.as</param>
</includeTestFiles>
<excludeTestFiles>
<param>Baseline*</param>
<param>*IntegrationTest.as</param>
</excludeTestFiles>
...
--~--~---------~--~----~------------~-------~--~----~
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?hl=en?hl=en
http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---