Configuration Error: deployment source '(projectname): war exploded' is not valid Configuration Error: deployment source '(projectname): war exploded' is not valid spring spring

Configuration Error: deployment source '(projectname): war exploded' is not valid


This will happen when you remove an artifact that is already set in the configuration. You can see the artifact is red in the configuration:

Artifact that is missing

To solve it, just removed the missing one and add another valid artifact.


Edit Configurations - deployment add your artifacts.

enter image description here


Maybe you can try the following process.

1.Open Project Structure add an artifact (web application:exploded) from modules, select your module, add it:enter image description here

2.Build Artifacts [(top menu) - build - build artifacts - build]

3.Edit Configurations - deployment add your artifacts