Skip to content

Commit

Permalink
Update maven.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Jan 11, 2024
1 parent 2ac6870 commit 3b79ae5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions cheat-sheet/Packaging/maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ To do so change `/etc/maven/settings.xml`.

Ensure to provide server credentials:

<servers>
<server>
<username>!!!!!!!!!!!</username>
<password>!!!!!!!!!!!</password>
<id>central</id>
</server>
<server>
<username>!!!!!!!!!!!</username>
<password>!!!!!!!!!!!</password>
<id>snapshots</id>
</server>
</servers>
<servers>
<server>
<username>!!!!!!!!!!!</username>
<password>!!!!!!!!!!!</password>
<id>central</id>
</server>
<server>
<username>!!!!!!!!!!!</username>
<password>!!!!!!!!!!!</password>
<id>snapshots</id>
</server>
</servers>

And configure repos under

Expand Down

0 comments on commit 3b79ae5

Please sign in to comment.