|
Size: 1429
Comment:
|
← Revision 5 as of 2026-02-21 16:07:19 ⇥
Size: 1453
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 28: | Line 28: |
| * http://localhost:8082/repository/internal/com/example/artifactX/0.0.2/ | * [[ http://localhost:8082/repository/internal/com/example/artifactX/0.0.2/ | artifactX 0.0.2 ]] |
Contents
Archiva
Apache Archiva™ is an extensible repository management software that helps taking care of your own personal or enterprise-wide build artifact repository. It is the perfect companion for build tools such as Maven, Continuum, and ANT.
Archiva repository
- archiva standalone
- username: admin
- pass: **********
- validated true
~/.m2/settings.xml
<settings>
<servers>
<server>
<id>archiva.internal</id>
<username>userx</username>
<password>*********</password>
</server>
<server>
<id>archiva.snapshots</id>
<username>userx</username>
<password>*********</password>
</server>
</servers>
</settings>