diff --git a/README.md b/README.md index 9b3d62a8bc5..f68b6f99c55 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ Confluent Commons ================= + Contains 3 libraries: [metrics](metrics), [config](config), [utils](utils). @@ -8,6 +9,7 @@ Contains 3 libraries: [metrics](metrics), [config](config), [utils](utils). [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fconfluentinc%2Fcommon.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fconfluentinc%2Fcommon?ref=badge_shield) + ## Overview Typically you will run standard maven commands such as `mvn install` from the top-level directory (i.e. the directory @@ -21,6 +23,7 @@ To build the `metrics` sub-project independently, run this from the parent direc $ mvn -pl :common-metrics package + ## Config To build the `config` sub-project independently, run this from the parent directory: @@ -36,4 +39,4 @@ To build the `utils` sub-project independently, run this from the parent directo ## License -[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fconfluentinc%2Fcommon.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fconfluentinc%2Fcommon?ref=badge_large) \ No newline at end of file +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fconfluentinc%2Fcommon.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fconfluentinc%2Fcommon?ref=badge_large)