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

Commit

Permalink
Add missing build step to README (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed Nov 1, 2019
1 parent c86ecb6 commit 9532bc7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ To make modifications to this archetype and use it locally, follow these steps:

1. Clone the repository: `git clone REPO_URL`
2. Navigate into the project directory: `cd aem-spa-project-archetype`
3. Add the archetype to the local archetype catalog: `mvn clean install archetype:update-local-catalog`
4. Navigate into a different directory where you want to generate a project from the archetype
5. Update the list of locally available archetypes: `mvn archetype:crawl`
6. Generate a project from the local archetype:
3. Switch to the `development` branch: `git checkout development`
4. Add the archetype to the local archetype catalog: `mvn clean install archetype:update-local-catalog`
5. Navigate into a different directory where you want to generate a project from the archetype
6. Update the list of locally available archetypes: `mvn archetype:crawl`
7. Generate a project from the local archetype:

```sh
mvn archetype:generate \
Expand Down

0 comments on commit 9532bc7

Please sign in to comment.