Hi all,
I use Maven in my JEE project in Netbeans an i have one problem for hotdeploy of my pages and isolate redeploy on jboss.
My pom.xml is configured to deploy my app exploded in directories in jboss, this is fine, my question is when i change a page of my project, a .xhtml for example, how i synchronize this file changed in netbeans with file deployed in jboss without redeploy all application ?
In eclipse i use a filesync plugin for this, when i change a file in editor the same is synchronized in jboss using filesync plugin, in netbeans have similar solution ?
This is very productive for my projects, excessive deploy is heavy.
Thanks.
------------------------
Carlos Lacerda