0 Replies Latest reply on Aug 23, 2013 10:57 AM by freakyprogrammer

    How to hot deploy to jboss 7.1.1-final when deployed an application using Maven Jboss plugiin?

    freakyprogrammer

      I am deploying my EAR or WAR files to Jboss 7.1.1-Final using Jboss Maven Plugin(http://docs.jboss.org/jbossas/7/plugins/maven/latest/examples/deployment-example.html). I am trying to HOT DEPLOY my applications. I am basically trying to republish JSF resources like xhtml by using http://andrei.gmxhome.de/filesync/. This plugin is working to reflect changes in .java files When I used Jboss Maven Plugin but not the .xhtml changes.

       

      But at the same time when I Just do regular deployment like myfile.ear or myfile.war  -->Run on Server, the hot deployment plugin works perfectly fine, may be this is built in par with Server deployment Scanner. So, my question is there any plugin which will work same as File Sync(http://andrei.gmxhome.de/filesync) when I deploy my application with jboss maven  plugin.