From 0ca0854b333041fd32e7f5aac70c9ad90dacb35a Mon Sep 17 00:00:00 2001 From: David Kornel Date: Tue, 4 Jun 2024 09:00:28 +0200 Subject: [PATCH] Add dist for metrics collector (#95) Signed-off-by: David Kornel --- .../src/main/assembly/dist.xml | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 test-frame-metrics-collector/src/main/assembly/dist.xml diff --git a/test-frame-metrics-collector/src/main/assembly/dist.xml b/test-frame-metrics-collector/src/main/assembly/dist.xml new file mode 100644 index 0000000..70f77ee --- /dev/null +++ b/test-frame-metrics-collector/src/main/assembly/dist.xml @@ -0,0 +1,35 @@ + + zip + true + + + tar.gz + zip + dir + + + + ${project.basedir} + + README* + + 0644 + + + ${project.basedir} + + LICENSE + + 0644 + + + + + runtime + libs + 0644 + + + \ No newline at end of file