Thanks. Must be something else. I see the launcher right before the first line below is displayed. Not sure what testResources is. Maybe because I have mergeResourceBundle true. I probably don't need that anymore.
Thanks again for your help. Shall I announce the new release, or will you? :) [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [flex-compiler-mojo:test-compile] [INFO] Flex-mojos 2.0.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file [WARNING] Skipping test phase. [INFO] [flex-compiler-mojo:test-run] [INFO] Flex-mojos 2.0.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file [INFO] Skipping test phase. [INFO] [install:install] On Thu, Jan 22, 2009 at 4:28 PM, Marvin Froeder <[email protected]> wrote: > 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/ -~----------~----~----~----~------~----~------~--~---
