Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Files

Latest commit

 

History

History
33 lines (16 loc) · 782 Bytes

README.md

File metadata and controls

33 lines (16 loc) · 782 Bytes

Confluent Commons

Contains 3 libraries: metrics, config, utils.

Development

Overview

Typically you will run standard maven commands such as mvn install from the top-level directory (i.e. the directory that contains this README file). The sections below explain how to build specific sub-projects independently.

Metrics

To build the metrics sub-project independently, run this from the parent directory:

$ mvn -pl :common-metrics package

Config

To build the config sub-project independently, run this from the parent directory:

$ mvn -pl :common-config package

Utils

To build the utils sub-project independently, run this from the parent directory:

$ mvn -pl :common-utils package