Jody, a better way to exclude a single test in a child project (rather than
copy the entire surefire plugin config, which is about 40 lines long) is to
use the test.exclude.pattern property. That is what is there for :)
<profile>
<activation>
<os>
<family>mac</family>
</os>
</activation>
<properties>
<test.exclude.pattern>**/*OverviewEmbedderTest.java</test.exclude.pattern>
</properties>
</profile>
On Fri, Jul 22, 2011 at 5:24 AM, Jody Garnett <[email protected]>wrote:
> It is a bit extreme; I should be able to specify a pattern; need an
> example. This was just enough to get me back to development.
> I have committed a better fix with a profile that just turns off that one
> test (on mac only).
>
> --
> Jody Garnett
>
> On Friday, 22 July 2011 at 6:59 PM, Andrea Aime wrote:
>
> On Fri, Jul 22, 2011 at 10:36 AM, Jody Garnett <[email protected]>
> wrote:
>
> Here is a temp fix… add the following to coveragetools/pom.xml
> <profiles>
> <profile>
> <activation>
> <os>
> <family>mac</family>
> </os>
> </activation>
> <properties>
> <skipTests>true</skipTests>
> </properties>
> </profile>
> </profiles>
>
> Do you want me to commit this so we can get back to work?
>
>
> Isn't that a bit extreme? Can the single test be disabled? Or is it
> just a single test class?
>
> Cheers
> Andrea
>
>
> --
> -------------------------------------------------------
> Ing. Andrea Aime
> GeoSolutions S.A.S.
> Tech lead
>
> Via Poggio alle Viti 1187
> 55054 Massarosa (LU)
> Italy
>
> phone: +39 0584 962313
> fax: +39 0584 962313
>
> http://www.geo-solutions.it
> http://geo-solutions.blogspot.com/
> http://www.youtube.com/user/GeoSolutionsIT
> http://www.linkedin.com/in/andreaaime
> http://twitter.com/geowolf
>
> -------------------------------------------------------
>
>
>
>
> ------------------------------------------------------------------------------
> 10 Tips for Better Web Security
> Learn 10 ways to better secure your business today. Topics covered include:
> Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
> security Microsoft Exchange, secure Instant Messaging, and much more.
> http://www.accelacomm.com/jaw/sfnl/114/51426210/
> _______________________________________________
> Geotools-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>
>
--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel