Skip to content
Endi S. Dewata edited this page Jul 18, 2024 · 16 revisions

Overview

This is a public repository that provides artifacts of PKI projects. Maven artifacts are available in the maven branch.

Usage

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>

See Also

Clone this wiki locally