Change http port in wildfly maven plugin
问题 I would like to change the default HTTP port using the wildfly-maven-plugin to 8380. Usually, I can do that changing the offset, but this is not working, my changes are ignored and HTTP port continues on 8080. I'm starting wildfly in the same maven project, because this is way more practical (download and start automatically). Just like that: mvn wildfly:run -Dwildfly.version=10.1.0.Final My project contains JAR, WAR and EAR. Classic structure. As I understood from another SO questions, I