jetty deploy doesn't build artifact
Answered
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?
Please sign in to leave a comment.
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