Introduction
My original blog showed how to seperate maven unit and integration tests using a very simple example.
http://johndobie.blogspot.com/2011/06/seperating-maven-unit-integration-tests.html
Since then a lot of people asked me for a more realistic...
0 replies - 3681 views - 10/19/11 by John Dobie in Articles
Sonar is an open source web-based application to manage code quality which covers seven axes of code quality as: Architecture and design, comments, duplications, unit tests, complexity, potential bugs and coding rules.
1 replies - 6152 views - 03/21/11 by Valdemar Júnior in Tips and Tricks
0 replies - 765 views - 12/07/10 by Tali Notman in Announcements
When moving to Maven from other frameworks there are many questions arising, such as how to handle the configuration of a dependency artifact.
6 replies - 4858 views - 10/12/10 by Ronen Perez in Articles
When ever I undertake a project I always looks for an opportunity to use at least one new technology so as to continually increase the number of tools I have in my toolbox, so for a recent project I took the opportunity to use BIRT, the Eclipse's reporting...
0 replies - 13922 views - 08/24/09 by Mark Clarke in Articles
The Glassfish V3 Architecture adopted the Felix OSGI Runtime as a microcontainer. In a series of articles, I will look into the “Glassfish and OSGI”. The aim of this is to research how to adopt OSGI as an application server’s microcontainer. As a...
0 replies - 9009 views - 03/26/09 by Mike Tang in Articles
In my blog post (here); I mentioned my first experience using Maven2. I had a couple of comments. One of them was very useful and mentioned Maven: The definitive guide. To cut story short; I was disappointed to the fact that Maven downloads some Jars from the...
8 replies - 4101 views - 07/21/08 by Mohamed El-beltagy in Articles
Maven 2 has fantastic multi-deliverable project build capabilities. We'll investigate this feature by Mavenizing Guice's other Jar deliverables. We'll Mavenize Guice's Spring bridge, Servlet injector, and Struts 2 plugin in this part of the tutorial, and...
1 replies - 7385 views - 05/03/08 by Jim Bethancourt in News
Ever wanted to move your build to Maven 2, but not completely
re-arrange your codebase? In this 3 part
series, we’ll do just that with the Google Guice framework. In this first part, we’ll take a quick tour of Maven and “Mavenize” the core
7 replies - 13004 views - 04/28/08 by Jim Bethancourt in News