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 ;).
The web and other things
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 ;).
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 ‘Take care of your images’
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 ‘Configuring JBoss with SSL’
Last comments