Skip to content

Compile Only One Module

Bordi Tamás edited this page Jan 24, 2022 · 1 revision

In order to compile only one specified module (Core System) use the following maven command:

mvn -pl {module-name} -am -DskipTests clean install

It will compile first the modules which the required one is depending on (such as core-common) and the required module after.

Example: mvn -pl serviceregistry -am -DskipTests clean install

ABOUT

GETTING STARTED

Certificates

Quick start

How to contribute?

HINTS

MANDATORY CORE SYSTEMS

Service Registry

Orchestrator

Authorization

APPLICATION SYSTEMS

SUPPORTING CORE SYSTEMS

Gatekeeper

Gateway

Event Handler

Choreographer

Quality of Service Monitor

Certificate Authority

System Registry

Device Registry

Onboarding

Data Manager

Time Manager

Plant Description Engine

HawkBit Configuration Manager

Device Hub

Clone this wiki locally