Skip to content

Latest commit

 

History

History
104 lines (86 loc) · 3.08 KB

build-and-deploy-the-quickstart.adoc

File metadata and controls

104 lines (86 loc) · 3.08 KB

Build and Deploy the Quickstart

  1. Make sure you start the {productName} server as described above.

  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.