maven 2

  • submit to reddit

Maven Integration Testing And Spring Restful Services

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 - 3650 views - 10/19/11 by John Dobie in Articles

Configuring Sonar with Maven

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 - 6134 views - 03/21/11 by Valdemar Júnior in Tips and Tricks

JFrog-Home Of Artifactory announced a partnership with Smart Software Brazil!

        

0 replies - 762 views - 12/07/10 by Tali Notman in Announcements

Maven Dependecy JAR Configuration

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 - 4849 views - 10/12/10 by Ronen Perez in Articles

Integrating BIRT into Your Maven Build - A Work In Progress

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 - 13898 views - 08/24/09 by Mark Clarke in Articles

Glassfish And OSGI Part I : A Look Into Glassfish V3 Development With Eclipse 3.4

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 - 8996 views - 03/26/09 by Mike Tang in Articles

Personal Concerns About Maven

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 - 4093 views - 07/21/08 by Mohamed El-beltagy in Articles

Migrating to Maven 2 (Part 2)

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 - 7376 views - 05/03/08 by Jim Bethancourt in News

Migrating to Maven 2 (Part 1)

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 - 12992 views - 04/28/08 by Jim Bethancourt in News