Add README for ArtifactsTests

^KTI-1103
This commit is contained in:
Bogdan Mukvich
2023-06-26 16:06:31 +02:00
committed by Space Team
parent 3bb429929a
commit 8dab53f58a
+11
View File
@@ -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
```