maven

  • submit to reddit

Oracle Public Cloud Java Service Development Tools

Even if the Java EE 7 EG decided to postpone the PaaS features to EE 8, Oracle itself is actively working on a Java EE driven public PaaS offering. This is...

0 replies - 5810 views - 09/08/12 by Markus Eisele in Articles

Reuse Test Classes Across Different Projects

Sometimes, you need to reuse your test classes across different projects. These are two use-cases that I know of: Utility classes that create relevant domain...

2 replies - 2247 views - 08/27/12 by Nicolas Frankel in Articles

(Often,) You People are Too Smart to Train

I don’t often teach our training classes in Maven or Nexus, but when I do, I always tend to get interesting classes. I’m halfway through a on site...

0 replies - 2956 views - 08/15/12 by Tim O'brien in Articles

How Maven Enforces Good Habits!

One of the biggest leaps forward in my productivity and enjoyment, as a developer was when I learned about and adopted Maven for my Java projects. For...

0 replies - 8741 views - 08/05/12 by Ben Wootton in Articles

Empower your CSS in your Maven build

People who know me also know I've interest in the GUI: that means I've sometimes to get my hands dirty and dig deep into stylesheets (even though I've no...

0 replies - 3971 views - 07/08/12 by Nicolas Frankel in Articles

Maven - In Real Time

A perfect dependency management tool that most of us have used in our projects. I would like to share some real-time problem scenarios that Maven is able to...

2 replies - 3444 views - 06/14/12 by Karthikeyan Kan... in News

Automating Maven switch to alternate settings

I extensively use Maven for my own projects and for some of my customers' ones, that I have on my laptop. Now there are two problems:I have my own Maven...

2 replies - 2826 views - 06/11/12 by Fabrizio Giudici in Articles

Camel and HornetQ as JMS provider

In my current project we're utilizing JBoss HornetQ as the messaging bus, and I wanted to try out how Camel could connect to it. My intention was to have...

1 replies - 4389 views - 06/03/12 by Billy Sjöberg in Articles

Easy Unit and Integration Code Coverage

This example shows how to generate coverage for unit and integration tests using Maven and Sonar. It uses very simple techniques and should only take 10-15...

0 replies - 9291 views - 05/17/12 by John Dobie in Articles

Categorize tests to reduce build time.

Before we progress with the main content of the article, let's get a few definitions out of the way. Unit tests Unit tests are tests that are small...

0 replies - 3985 views - 05/13/12 by Partha Bhattacharjee in Articles

Unit and Integration Tests With Maven and JUnit Categories

IntroductionThis example shows how to split unit and integration tests using Maven and JUnit categories. It is especially useful for existing test suites and...

0 replies - 6872 views - 05/08/12 by John Dobie in Articles

Spring 3.1 Release and runtime exception with Logfactory

With the upgrade this morning of our applications to Spring 3.1.1-RELEASE, we obtained odd runtime exceptions : The detailed stacktrace is...

0 replies - 2314 views - 05/07/12 by Sylvain Leroy in Articles

Fixed odd runtime error with Spring and LogFactory

With the upgrade this morning of our applications to Spring 3.1.1-RELEASE, we obtained odd runtime exceptions : The detailed stacktrace...

0 replies - 1695 views - 05/07/12 by Sylvain Leroy in Announcements

Maven the Version Number Nazi

Maven doesn’t like it when you use different verison numbers to the Maven standard format. Of course it doesn’t. It wouldn’t would it? It’s Maven,...

7 replies - 6167 views - 05/07/12 by James Betteley in Articles

Unit and Integration Tests With Maven and JUnit Categories

 This example shows how to split unit and integration tests using Maven and JUnit categories.It is especially useful for existing test suites and can be...

0 replies - 749 views - 05/02/12 by John Dobie in Announcements