I'm starting a new Java EE 6 project using Netbeans 7, Maven 3 and JBoss 6. In past projects, I have been using Glasshfish 3. Deployment worked quite well with glassfish, automatically exploding a war and deploying it, so dynamic files (xhtml) was updated instantly.
Is it possible to achieve this using JBoss 6? Default behaviour seem to be a normal package and deploy a WAR-file. I'm guessing that i need Maven to do it completely by itself, but I'm lacking quite alot of knowledge in that area. Can anyone help me out with configuring Maven to accomplish this automatically, or is it possible to do with netbeans settings only? My intended result is to be able to save .xhtml files directly in netbeans and see the result instantly.