Intégration continue

Quality analysis on Eclipse plugins with Tycho, Sonar, Jacoco and SWTBot

Building tools brings a lot more that compilation. You can go much further.

For instance, have a look at maven : there’s a plugin for almost everything (Here, here, and here). And with the rise of Tycho, you can bring all the power of maven to build OSGI/Eclipse based projects.

Let’s see how to leverage the use of Sonar (a great open source quality analysis tool) to deal with the QA of your project.
More >