When you makes a lot of build using Maven, this is quickly a pain to wait for the end of the build. So this is always good to have solutions to improve the performances of the builds. The better improvement i found until now is the maven-cli-plugin. This plugin provides an interactive command line interface [...]
Maven 3.0 Beta 1 is here !
The Maven team has just announced the release of Maven 3.0-beta-1. There is still several things to do for the final releases, but Maven 3 is now ready to go from Alpha to Beta. If you’re interested on migrating to this new version, you should have a look at this page from the Maven site [...]
Bundle non-OSGi dependencies with Maven

When we work with OSGi, a problem we always have is how to work with dependencies non OSGi Ready. This is not a really great problem because there we can work with. There is essentially two solutions : Embed the JAR files within the bundle. That is to say putting the JAR file into the [...]
New design for JTheque Web site
Hi, I’ve made a new design for the JTheque web site : http://jtheque.developpez.com/en I took the same design than for my personal web site. The web site is still generated with Maven 2, but i use a custom maven skin to generate the site.
Most commented posts