Skip to content

Instantly share code, notes, and snippets.

@clairtonluz
Last active August 29, 2015 14:03
Show Gist options
  • Select an option

  • Save clairtonluz/994c3952dc3ce4fd5559 to your computer and use it in GitHub Desktop.

Select an option

Save clairtonluz/994c3952dc3ce4fd5559 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>1.0.2.Final</version>
<configuration>
<hostname>${wildfly-hostname}</hostname>
<port>${wildfly-port}</port>
<username>${wildfly-username}</username>
<password>${wildfly-password}</password>
</configuration>
<executions>
<execution>
<!--<phase>package</phase> -->
<!--<goals> -->
<!--<goal>deploy</goal> -->
<!--</goals> -->
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment