From 691370f0960975815a30a6c29a7073ba34af3ddf Mon Sep 17 00:00:00 2001 From: ryzheboka <25465835+ryzheboka@users.noreply.github.com> Date: Fri, 27 May 2022 13:51:56 +0200 Subject: [PATCH] TSK-1857: change sonar configuration for missing test folders --- common/taskana-common-security/pom.xml | 4 ++++ common/taskana-common-security/src/test/java/.gitkeep | 0 lib/taskana-cdi-example/pom.xml | 4 ++++ lib/taskana-cdi-example/src/test/java/.gitkeep | 0 lib/taskana-core-test/pom.xml | 5 +++++ lib/taskana-core-test/src/main/java/.gitkeep | 0 rest/taskana-rest-spring-example-boot/pom.xml | 4 ++++ rest/taskana-rest-spring-example-boot/src/test/java/.gitkeep | 0 8 files changed, 17 insertions(+) delete mode 100644 common/taskana-common-security/src/test/java/.gitkeep delete mode 100644 lib/taskana-cdi-example/src/test/java/.gitkeep delete mode 100644 lib/taskana-core-test/src/main/java/.gitkeep delete mode 100644 rest/taskana-rest-spring-example-boot/src/test/java/.gitkeep diff --git a/common/taskana-common-security/pom.xml b/common/taskana-common-security/pom.xml index 06b8fd975..1c47f266c 100644 --- a/common/taskana-common-security/pom.xml +++ b/common/taskana-common-security/pom.xml @@ -14,6 +14,10 @@ 5.1.1-SNAPSHOT + + + + pro.taskana diff --git a/common/taskana-common-security/src/test/java/.gitkeep b/common/taskana-common-security/src/test/java/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/lib/taskana-cdi-example/pom.xml b/lib/taskana-cdi-example/pom.xml index e977ace2e..d5025bee4 100644 --- a/lib/taskana-cdi-example/pom.xml +++ b/lib/taskana-cdi-example/pom.xml @@ -15,6 +15,10 @@ ../pom.xml + + + + pro.taskana diff --git a/lib/taskana-cdi-example/src/test/java/.gitkeep b/lib/taskana-cdi-example/src/test/java/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/lib/taskana-core-test/pom.xml b/lib/taskana-core-test/pom.xml index d00200ea1..e9c56624b 100644 --- a/lib/taskana-core-test/pom.xml +++ b/lib/taskana-core-test/pom.xml @@ -14,6 +14,11 @@ ../pom.xml + + + + + pro.taskana diff --git a/lib/taskana-core-test/src/main/java/.gitkeep b/lib/taskana-core-test/src/main/java/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/rest/taskana-rest-spring-example-boot/pom.xml b/rest/taskana-rest-spring-example-boot/pom.xml index 6080055b2..99e272c9f 100644 --- a/rest/taskana-rest-spring-example-boot/pom.xml +++ b/rest/taskana-rest-spring-example-boot/pom.xml @@ -15,6 +15,10 @@ ../pom.xml + + + + pro.taskana diff --git a/rest/taskana-rest-spring-example-boot/src/test/java/.gitkeep b/rest/taskana-rest-spring-example-boot/src/test/java/.gitkeep deleted file mode 100644 index e69de29bb..000000000