I was just about to ask a similar question.  But figured I would try
something similar to skipping Java tests and it worked

   <build>
          <sourceDirectory>src/main/flex</sourceDirectory>
          <testSourceDirectory>src/test/flex</testSourceDirectory>
          <plugins>
                 <plugin>
                        <groupId>info.flex-mojos</groupId>
                        <artifactId>flex-compiler-mojo</artifactId>
                        <version>2.0.1</version>
                        <extensions>true</extensions>
                        <configuration>
                           <skip>true</skip>
                        </configuration>
                 </plugin>
          </plugins>
   </build

On Jan 22, 4:06 pm, Richard Rodseth <[email protected]> wrote:
> Is there a simple way to *not* run *any* unit tests, if using the super-pom
> and standard maven source layout? I'd like to get a build running quickly
> with minimal requirements on the build machine.
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to