I'm trying to run a Maven build on a newly created Roo project.

But the build hangs, the console display stops at the Test phase.

[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: /home/stephane/dev/java/projects/spring-roo/ajeter/data/target/surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
This occurs consistently. It occurs both on Maven 2.2.1 and on Maven 3.0.4.

I run a Linux Mint box.

I only run the two commands:

Code:
roo.sh script lms.roo
mvn clean install