This repository contains the source code of the SMP component of Harmony eDelivery Access.
Harmony eDelivery Access by NIIS is a free and actively maintained open-source component for joining one or more eDelivery policy domains.
Harmony SMP is based on upon the SMP open source project by the European Commission.
The official Harmony documentation is available in a separate repository that can be found here.
In addition, the following documents that are available on the SMP release page are applicable for the Harmony SMP too:
- Administration Guide
- Interface Control Documents
- Software Architecture Document.
Harmony SMP can be built using the following command:
./mvnw clean install
Unit and integration tests can be skipped using the skipTests
and skipITs
properties:
./mvnw clean install -DskipTests -DskipITs
Full build instruction are available in the harmony-common
repository.
Instructions to install and run Harmony SMP are available in the harmony-common
repository.