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