Skip to content
Jose Morales edited this page Jan 5, 2025 · 16 revisions

Here you can find all information regarding how configure JMetadata code in your environment.

Introduction

Welcome developers, your contribution is appreciated!

To run JMetadata

Download code from repository:

git clone https://github.com/josdem/jmetadata.git

To run the project:

./gradlew bootRun

To run tests:

./gradlew test

To run coverage

./gradlew test jacocoTestReport

To package:

./gradlew distZip
Clone this wiki locally