java - IntelliJ Artifact has invalid extension -
i have strange problem deploying artifact on jboss. after generating default spring-mvc project in intellij, tried run it, intellij showed in "run/debug configuration" message "artifact xyz:war exploded has invalid extension".
i found advice on stackoverflow "change extension" have correct .war extension.
what wrong?
simply add .war output directory name. 
unfortunately changing pom.xml maven result modification of output directory, , have again.
Comments
Post a Comment