Skip to content

Building RESTEasy

Endi S. Dewata edited this page Sep 3, 2021 · 3 revisions

Prerequisites

$ dnf install -y maven

Getting RESTEasy Source

$ git clone https://github.com/dogtagpki/Resteasy.git
$ cd Resteasy
$ git checkout 3.0.26-pki

Creating Eclipse Project

$ mvn eclipse:eclipse

Building RESTEasy

$ mvn compile