-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Endi S. Dewata edited this page Jul 18, 2024
·
16 revisions
This is a public repository that provides artifacts of PKI projects. Maven artifacts are available in the maven branch.
To use the repository, add the repository into the pom.xml
:
<repository>
<id>dogtagpki</id>
<url>https://raw.githubusercontent.com/dogtagpki/repo/maven</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>