Tag Archive for 'maven'

Skipping maven tests

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

1
$ mvn package -Dmaven.test.skip=true

Have fun with your additionally won spare time ;).