Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.4 KB

install-quickstart-parent-artifact.adoc

File metadata and controls

26 lines (21 loc) · 1.4 KB

Install the Quickstart Parent Artifact in Maven

Note
You can skip this step if you using a {githubRepoUrl}tags[tagged] or {githubRepoUrl}releases[released] version of the quickstarts as the quickstart-parent artifact is already installed to Maven.

If you are using the latest {githubRepoUrl}[development version] of the quickstarts, this quickstart requires the quickstart-parent artifact to be installed in your local Maven repository. To install it, navigate to your QUICKSTART_HOME directory directory and run the following command.

$ cd QUICKSTART_HOME
$ mvn clean install