Creating security domain using wildfly-maven-plugin has no effect
问题 I found this which uses /subsystem in its command, so I tried it with a different subsystem command (I use one to create a security domain), it builds successfully, but has no effect in standalone.xml. <plugin> <groupId>org.wildfly.plugins</groupId> <artifactId>wildfly-maven-plugin</artifactId> <version>1.1.0.Alpha1</version> <configuration> <execute-commands> <commands> <command>/subsystem=security/security-domain=secureD:add(cache-type=default)</command> <command>reload</command> <command>