Wildfly Sample Application
| # | Description | Command |
|---|---|---|
| 1 | Start Wildfly | /home/user/wildfly-8.2.0.Final/bin/standalone.sh |
| 2 | Build and deploy war | mvn -f ${current.project.path} clean install wildfly:deploy |
| 3 | Undeploy archive | mvn -f ${current.project.path} wildfly:undeploy |