I have some jars which are needed by the web application, so whenever i clean the wildfly server from eclipse the server publishes the code back in the deployment folder of the server, and once the server has published, the jars need to be manually copied and pasted back in the deployments/project.ear/lib.
Is there a way to automate it, like if the server is cleaned then also copy the jars while publishing the server back. Or can it be configured through eclipse?