EJB deployment descriptor with Maven filtering
Answered
Hi,
I have a multimodule maven project (root, ear, ejb, web and java) with JBoss. And i'm using filtering for EJB deployment descriptor (ejb-jar.xml). I don't know how to make Idea (2017.1.4) to deploy on JBoss server with properly populated/filtered deployment descriptor.
Building the EAR manually using Maven command works just fine.
Thanks for any help
Pavel
Please sign in to leave a comment.
You can deploy the artifact produced by Maven by configuring IntelliJ IDEA to deploy from the external source and pointing to the ear file.
Related issues:
https://youtrack.jetbrains.com/issue/IDEA-71999
https://youtrack.jetbrains.com/issue/IDEA-78963
https://youtrack.jetbrains.com/issue/IDEA-164331