How to configure deployment from Eclipse to Wildfly
问题 When I deploy app using jboss-as-maven-plugin mvn clean jboss-as:deploy application works. When I try to deploy from Eclipse using e.g. "Full publish", it doesn't. I've compared versions of application being deployed and seems that "Full publish" simply copied what has been specified in Properties > Deployment Assembly . Is it possible to use this plugin during "Full publish" ? I want to make use of hot deploy feature for jsp, but without properly configured automatic deployment from Eclipse