Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Latest commit

 

History

History
89 lines (72 loc) · 2.7 KB

build-and-deploy-the-quickstart.adoc

File metadata and controls

89 lines (72 loc) · 2.7 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 artifacts.

    $ mvn clean package 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.