To skip tests when compiling/running AppFuse applications, add the -Dmaven.test.skip=true argument to your Maven call :
$ mvn jetty:run-war -Dmaven.test.skip=true
To skip tests when compiling/running AppFuse applications, add the -Dmaven.test.skip=true argument to your Maven call :
$ mvn jetty:run-war -Dmaven.test.skip=true