From db158e7f1664d8355ffedf36ad8fa7f86e5228c6 Mon Sep 17 00:00:00 2001
From: GordeaS <4517853+gsergiu@users.noreply.github.com>
Date: Wed, 30 Aug 2023 16:21:09 +0200
Subject: [PATCH] configure sonarcloud connection #EA-3543
---
pom.xml | 16 +++++++++++++---
translation-definitions/pom.xml | 5 +++++
translation-service/pom.xml | 5 +++++
translation-web/pom.xml | 6 +++++-
4 files changed, 28 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7159ae11..c084ae92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,13 +55,23 @@
5.0.0
3.1
3.0.0-M5
+
+
0.8.7
3.15.0
4.5.2.0
3.7.0.1746
-
+ ${project.build.directory}/pmd.xml
+ ${project.build.directory}/spotbugsXml.xml
+ europeana
+ https://sonarcloud.io
+
+ **/model/**/*
+ annotation-tests/target/site/jacoco-aggregate/jacoco.xml
+ ${aggregate.report.xml}
+
diff --git a/translation-definitions/pom.xml b/translation-definitions/pom.xml
index 84b9beb5..9da0ab75 100644
--- a/translation-definitions/pom.xml
+++ b/translation-definitions/pom.xml
@@ -10,6 +10,11 @@
translation-definitions
translation-definitions
The shared data model classes shared by the translation API.
+
+
+ ${basedir}/../${aggregate.report.xml}
+
+
eu.europeana.api.commons
diff --git a/translation-service/pom.xml b/translation-service/pom.xml
index 29ba6903..ac910492 100644
--- a/translation-service/pom.xml
+++ b/translation-service/pom.xml
@@ -10,6 +10,11 @@
translation-service
translation-service
The Java APIs for the language detection and translation services (part of Translation API)
+
+
+ ${basedir}/../${aggregate.report.xml}
+
+
eu.europeana.api
diff --git a/translation-web/pom.xml b/translation-web/pom.xml
index d6bc172e..bf39a071 100644
--- a/translation-web/pom.xml
+++ b/translation-web/pom.xml
@@ -10,7 +10,11 @@
translation-web
The Web Module of the Translation api
jar
-
+
+
+ ${basedir}/../${aggregate.report.xml}
+
+