Skip to content

RESTEasy Development Guide

Endi S. Dewata edited this page Jul 27, 2021 · 6 revisions

Prerequisites

$ dnf install maven

Getting RESTEasy Source

$ git clone https://github.com/resteasy/Resteasy.git
$ cd Resteasy
$ git checkout -b 3.0.26 3.0.26.Final

Creating Eclipse Project

$ mvn eclipse:eclipse

Building RESTEasy

$ mvn compile

See Also

Clone this wiki locally