Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Last active March 10, 2019 12:15
Show Gist options
  • Save ezhov-da/c7c8e35ba5bc27fc1a42acec0d4e5f74 to your computer and use it in GitHub Desktop.
Save ezhov-da/c7c8e35ba5bc27fc1a42acec0d4e5f74 to your computer and use it in GitHub Desktop.
плагин для деплоя на wildfly
<!--mvn wildfly:deploy-->
<!--mvn wildfly:redeploy-->
<!--mvn wildfly:undeploy-->
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>1.2.2.Final</version>
<configuration>
<hostname>localhost</hostname>
<port>9993</port>
<username>test</username>
<password>test</password>
<protocol>remote+https</protocol>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment