On 10/10/12 13:21, Ákos Maróy wrote: > I ended up doing almost the same - the only difference is that > everything is in a single eclipse workspace. but, when I do mvn install > in geotools, it takes a lot of time as it goes through all the unit > tests. thus, turnaround is slow.
Ákos, please see my earlier (rather longwinded) email. Here is the short version; this example rebuilds and installs gt-main: cd modules/library/main mvn -o -DskipTests clean install On my 2.5 year-old laptop, Maven reports: Total time: 24.352s Not as fast as ECJ, but much faster than a full rebuild. Kind regards, -- Ben Caradoc-Davies <[email protected]> Software Engineer CSIRO Earth Science and Resource Engineering Australian Resources Research Centre ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
