From 445cd10088a217d94da89ceeecfc964f9f577e71 Mon Sep 17 00:00:00 2001 From: the-redhood <90803204+the-redhood@users.noreply.github.com> Date: Fri, 23 Jun 2023 10:41:50 -0700 Subject: [PATCH 01/10] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b3d62a8bc5..e3b7dc2bac2 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,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 @@ -36,4 +37,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) From 64a9c77e259907a398c49be7112c5e7944e129b5 Mon Sep 17 00:00:00 2001 From: the-redhood <90803204+the-redhood@users.noreply.github.com> Date: Fri, 23 Jun 2023 10:51:12 -0700 Subject: [PATCH 02/10] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e3b7dc2bac2..da6f457554f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Contains 3 libraries: [metrics](metrics), [config](config), [utils](utils). + ## Overview Typically you will run standard maven commands such as `mvn install` from the top-level directory (i.e. the directory From 294d874346c3f6864bf1430ee8f519b5fc12867c Mon Sep 17 00:00:00 2001 From: the-redhood <90803204+the-redhood@users.noreply.github.com> Date: Fri, 23 Jun 2023 11:01:29 -0700 Subject: [PATCH 03/10] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da6f457554f..b67c419cc8f 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Typically you will run standard maven commands such as `mvn install` from the to 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: From e16b91371ca0915302924d16e766cce78e785c3c Mon Sep 17 00:00:00 2001 From: the-redhood <90803204+the-redhood@users.noreply.github.com> Date: Fri, 23 Jun 2023 11:07:52 -0700 Subject: [PATCH 04/10] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b67c419cc8f..dc921d2ca85 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ To build the `config` sub-project independently, run this from the parent direct $ mvn -pl :common-config package + ## Utils To build the `utils` sub-project independently, run this from the parent directory: From 39763534a34490a926decc8be2f30dd7096ca0f5 Mon Sep 17 00:00:00 2001 From: the-redhood <90803204+the-redhood@users.noreply.github.com> Date: Fri, 23 Jun 2023 11:15:06 -0700 Subject: [PATCH 05/10] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc921d2ca85..5edfd54fd89 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ To build the `config` sub-project independently, run this from the parent direct + ## Utils To build the `utils` sub-project independently, run this from the parent directory: From 7636a6e5da606477214075f735bc20e2e68403f3 Mon Sep 17 00:00:00 2001 From: the-redhood <90803204+the-redhood@users.noreply.github.com> Date: Fri, 23 Jun 2023 11:16:11 -0700 Subject: [PATCH 06/10] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5edfd54fd89..2cc5ae284e1 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ To build the `config` sub-project independently, run this from the parent direct + ## Utils To build the `utils` sub-project independently, run this from the parent directory: From ccb5829f3ca6e479960ad5c4a33af96264b5c907 Mon Sep 17 00:00:00 2001 From: the-redhood <90803204+the-redhood@users.noreply.github.com> Date: Fri, 23 Jun 2023 11:17:49 -0700 Subject: [PATCH 07/10] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2cc5ae284e1..3297a17945b 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ To build the `config` sub-project independently, run this from the parent direct ## Utils + To build the `utils` sub-project independently, run this from the parent directory: $ mvn -pl :common-utils package From 61de064173ee846a9c99a2851b738cdf55718d97 Mon Sep 17 00:00:00 2001 From: the-redhood <90803204+the-redhood@users.noreply.github.com> Date: Fri, 23 Jun 2023 11:24:55 -0700 Subject: [PATCH 08/10] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3297a17945b..0c9713f4306 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Contains 3 libraries: [metrics](metrics), [config](config), [utils](utils). + ## Overview Typically you will run standard maven commands such as `mvn install` from the top-level directory (i.e. the directory From f2e4af4e4d0582db9c43d5d72f43508807320111 Mon Sep 17 00:00:00 2001 From: the-redhood <90803204+the-redhood@users.noreply.github.com> Date: Fri, 23 Jun 2023 11:25:41 -0700 Subject: [PATCH 09/10] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c9713f4306..28aa59c849e 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ that contains this `README` file). The sections below explain how to build spec + ## Metrics To build the `metrics` sub-project independently, run this from the parent directory: From beed2b4a5457b29bc5ef4dd69ac69d649e49bb68 Mon Sep 17 00:00:00 2001 From: the-redhood <90803204+the-redhood@users.noreply.github.com> Date: Fri, 23 Jun 2023 11:26:58 -0700 Subject: [PATCH 10/10] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 28aa59c849e..bfee3ba6c51 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,6 @@ Contains 3 libraries: [metrics](metrics), [config](config), [utils](utils). - - ## Overview Typically you will run standard maven commands such as `mvn install` from the top-level directory (i.e. the directory