Skip to content

Latest commit

 

History

History
81 lines (66 loc) · 2.44 KB

build-and-deploy-the-quickstart.adoc

File metadata and controls

81 lines (66 loc) · 2.44 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.