Skip to content

Latest commit

 

History

History
96 lines (80 loc) · 2.76 KB

build-and-deploy-the-quickstart.adoc

File metadata and controls

96 lines (80 loc) · 2.76 KB

Build and Deploy the Quickstart

  1. Make sure {productName} server is started.

  2. Open a terminal and navigate to the root directory of this quickstart.

  3. Type the following command to build the quickstart.

    $ mvn clean package
  4. Type the following command to deploy the quickstart.

    $ mvn wildfly:deploy

This deploys the {artifactId}/target/{artifactId}.war to the running instance of the server.

You should see a message in the server log indicating that the archive deployed successfully.