Archives For maven

Skipping maven tests

November 27, 2008 — Leave a comment

This is just a short message for all you out there that want to suppress testing with maven. Heres how to do it:

$ mvn package -Dmaven.test.skip=true

Have fun with your additionally won spare time ;).