Hello, All -
I know that when I'm trying to deploy an artifact to JBoss, it seems to require artifacts to have a valid extension even if they are exploded (directories) (e.g., ".war" or ".ear") and to fix this issue, which Intellij flags, I just add (in my case) ".ear" to the end of the Output Directory path and all is well. My problem is I'd like to leave Settings > Maven > “Import Maven project automatically” checked, but then everytime the pom.xml changes, I have to redo this and its tedious. Is there a way I can make this "stick"? Maybe something in the pom that Intellij reads/respects or an Intellij specific thing, or anything else that works.
Thanks in advance,
- Luke