EJB deployment descriptor with Maven filtering
已回答
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
请先登录再写评论。
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