I'm trying to deploy a plugin project for IntelliJ
.
In addition to the source code, I have images, third party libraries and more.
I want to deploy the all parts to a jar file, but when I click on Prepare plugin module XXX for deployment
it's just deploy the source code only.
How I can to deploy the all project plugin files to a jar file in IntelliJ
?