Indy Generic Proxy Service is a single full-functional service providing a generic HTTP proxy interface to Indy cached content, for non-Maven, non-NPM builds.
- jdk11
- mvn 3.6.2+
- docker 20+
- docker-compose 1.20+
see src/main/resources/application.yaml for details
There are a few steps to set it up.
- Build (make sure you use jdk11 and mvn 3.6.2+)
$ git clone [email protected]:Commonjava/indy-repository-service.git
$ cd indy-repository-service
$ mvn clean compile
- Start depending services:
$ docker-compose up
- Start in debug mode
$ mvn quarkus:dev