Skip to content

Instantly share code, notes, and snippets.

@moondeuk
Created September 7, 2017 06:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moondeuk/d391714e18fc3e74a6bb4e798264a99d to your computer and use it in GitHub Desktop.
Save moondeuk/d391714e18fc3e74a6bb4e798264a99d to your computer and use it in GitHub Desktop.
<build>
<plugins>
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>1.2.0.Final</version>
<configuration>
<domain>
<server-groups>
<server-group>${wildfly.domain.serverGroup}</server-group>
</server-groups>
</domain>
</configuration>
</plugin>
</plugins>
</build>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment