Archives For November 2008

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 ;).

You might have heard of the double post issue, which causes form data to be sent a second time to the server. This can be resolved by a HTTP redirect after the post has been processed. Today another problem occured to me, one that reminded me of that issue. Continue Reading…

Sometimes you need a self signed certificate to use SSL with your JBoss installation. This is a small how-to that tells you the essential steps to do that. Continue Reading…