Skip to content

WildFly

Philip Helger edited this page Feb 5, 2016 · 9 revisions

#Configuring WildFly 9.x JBoss WildFly is a relatively new application server and requires some special compile time configuration because of it's OSGI basis. So you need to compile your own version for WildFly!

All you need to do is to compile the whole project using the Maven profile wildfly like this:

mvn clean install -Pwildfly