http://maven.apache.org/general.html#skip-test

On Thu, Jan 22, 2009 at 10:15 PM, Richard Rodseth <[email protected]>wrote:

> Hmm. I get a message [Info] skipping test phase, but I still see the
> org.codehaus.classworlds.launcher getting run.
>
>
> On Thu, Jan 22, 2009 at 4:09 PM, Collin Peters <[email protected]>wrote:
>
>>
>> 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