I have exploded war file based on JSF in wildfly 10. I have multiple jar files with XHTML and CDI beans which are present inside the lib of exploded war. If I change the content in XHTML file present in source related to the jar present in lib means, the content needs to be reloaded without updating the jar file in lib folder and redeploying the war file.
How to achieve this functionality? This is already available in netbeans / eclipse IDE as "Copy static resources". But this is not working for the jar.
Environment: Server : Wildfly 10 project type: JSF maven