Posted by: nerdgerl on: September 17, 2009
I recently found out about Sonar after finding issues with running Cobertura on multi-module maven projects (see nabble post). Sonar looked like it solved this issue and added a whole stack more insight into the code quality of a project. I got a Sonar demo up and running fine locally and convinced my team it [...]
Posted by: nerdgerl on: July 24, 2009
I had an integration test utilty class in one project that I needed to use in another project. The class was located in src/test/java. Follow the steps below to package up these test classes into a jar for use as a dependency in another project. 1. Add the following plugin to the project with the [...]
Posted by: nerdgerl on: June 18, 2009
We use Clover for code optimisation in my current project’s build. As our build grew from a (fairly) manageable 15 mins to around 30 minutes we found we had large bottlenecks trying to check-in code. Clover code optimisation runs test against code that has changed. We’ve found it can reduce build time to just a [...]
Recent Comments