Cory Horner ha scritto: > Howdy, > > I've just applied a change to the root pom, which sort of brings back > the -o option from maven 1.
... There are 2 environment variables extensives.tests and > interactive.tests, but these do not seem to be adopted -- and it seems a > lot easier to just adopt a naming scheme for extensive tests (but > interactive.tests could be useful). Wrong, they are both used. Extensive.tests are tests that are really costly and don't add much to the code coverage. ESPG modules use this. They're not "online" in the sense that they do not require any kind of external servers, they just suck lots of CPU or disk. Interactive tests are tests that show little graphical windows during the test phase, and this flag is used all over the place in rendering and coverage. Cheers Andrea ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
