Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbontyes authored Aug 13, 2024
1 parent 7470d92 commit 6d2809e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,17 @@ In some cases, you might need to customize your Maven configuration file to buil
On Mac, you can edit those settings using:
``vi ~/.m2/settings.xml``

Add the Maven Server config and API key in your Maven settings on your laptop:
```bash
<servers>
<server>
<id>madiroglobalhealth-github-uvl-emr</id>
<username>YOUR_GITHUB_USERNAME</username>
<password>YOU_GITHUB_PASSWORD</password>
</server>
</servers>
```

## Configuration hierarchy and inheritance

#### Hierarchy overview
Expand Down

0 comments on commit 6d2809e

Please sign in to comment.