Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.23 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.23 KB

BellaDati SDK Connector Interfaces Definitions

This repository contains the interface definitions of the BellaDati SDK for custom connectors.

Related repository is belladati-sdk-connector-example containing the sample API implementation.

Build Instructions

A Java 8 JDK and Apache Maven are required to build the BellaDati SDK Connector. Maven is included in most Eclipse for Java distributions.

To prepare building the SDK, clone this repository.

You will need GnuPG and a signing key in order to build signed jars. If you're fine with unsigned jars, you can go to each project's pom.xml and remove the plugin setup for maven-gpg-plugin.

When you're ready, call mvn clean install to build this project. Maven will create a target directory for this repository, containing the project's jar file and other build artifacts.

Detailed instructions

For all detailed instructions please refer to the BellaDati SDK Connector documentation.