jetty deploy doesn't build artifact
已回答
In 1 of my intellij projects, when I deploy jetty, the artifact isn't build before deployment, including re-deploy. What I end up doing is deploying jetty -> "update classes and resources" -> "redeploy" in order for it to work.
I've tried invalidating caches and restarting.
How can I fix this?
请先登录再写评论。
Does it happen right on the start of the Jetty configuration?
Is the artifact build step included in the Before Launch steps?
Do you have an option to automatically build artifact enabled?
I had a build artifact step, but no artifacts were selected. that fixed the problem. thanks