Manuela
Manuela

Reputation: 1429

How to create jboss-all.xml in ear with maven pom?

I need a jboss-all.xml file in my META-INF. But the ear is created with POM ear plugin. How can I add a jboss-all.xml file with custom configurations by configuring POM.XML? Thank you!

Upvotes: 1

Views: 1094

Answers (1)

Manuela
Manuela

Reputation: 1429

I just figured out that I can just add the jboss-all.xml to src/main/resources/META-INF and it will be there in the ear.

Upvotes: 2

Related Questions