From 8dab53f58a7ec7d548c4509ff8df24cc1fb7aa61 Mon Sep 17 00:00:00 2001 From: Bogdan Mukvich Date: Mon, 26 Jun 2023 16:06:31 +0200 Subject: [PATCH] Add README for ArtifactsTests ^KTI-1103 --- repo/artifacts-tests/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 repo/artifacts-tests/README.md diff --git a/repo/artifacts-tests/README.md b/repo/artifacts-tests/README.md new file mode 100644 index 00000000000..d2dfd84270a --- /dev/null +++ b/repo/artifacts-tests/README.md @@ -0,0 +1,11 @@ +# Artifacts Tests + +This module contains tests for changes in pom files for all maven artifacts we publish + +To reproduce locally build all artifacts first: + +```shell +./gradlew install +cd libraries +mvn install -DskipTests +``` \ No newline at end of file