-
Notifications
You must be signed in to change notification settings - Fork 3
Maven Repository
Endi S. Dewata edited this page Jul 18, 2024
·
2 revisions
The Maven repository for IdM Console Framework is located at https://github.com/dogtagpki/repo/tree/maven.
Warning
|
This is still under construction. |
To use the repository, add the following into pom.xml
:
<repository>
<id>dogtagpki</id>
<url>https://raw.githubusercontent.com/dogtagpki/repo/maven</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
To use the modules, add the dependencies as needed:
<dependency>
<groupId>org.dogtagpki.console-framework</groupId>
<artifactId>console-framework</artifactId>
<version>2.1.0-SNAPSHOT</version>
</dependency>