From 353c1b420018afbe8cde6ec14e60079447c43945 Mon Sep 17 00:00:00 2001 From: Igor Yova Date: Mon, 29 Jan 2024 22:19:51 +0100 Subject: [PATCH] Add jococo maven plugin --- .github/renovate/renovate.json | 5 +++-- pom.xml | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/.github/renovate/renovate.json b/.github/renovate/renovate.json index 4660516a6..6984bcf79 100644 --- a/.github/renovate/renovate.json +++ b/.github/renovate/renovate.json @@ -25,8 +25,9 @@ "description": "Process update docker images", "fileMatch": [ "^.*Properties\\.java$", + "^.*\\.properties", "^.*\\.adoc", - "^.*additional-spring-configuration-metadata.json" + "^.*additional-spring-configuration-metadata\\.json" ], "matchStrings": [ "\\/\\/.*?renovate:.*?datasource=(?.*?)\\s+?return\\s+?\\\"(?.*?):?(?[\\w+\\.\\-]*)\"", @@ -61,7 +62,7 @@ { "description": "Process update images in spring configuration metadata", "fileMatch": [ - "^.*additional-spring-configuration-metadata.json" + "^.*additional-spring-configuration-metadata\\.json" ], "matchStrings": [ "\\\"embedded\\.\\w+?\\.(dockerImage|docker\\-image)\\\",\\s+.*\\s+.*\\s+\\\"value\\\"\\s*?:\\s*?\"(?.*?):?(?[\\w+\\.\\-]*)\"" diff --git a/pom.xml b/pom.xml index 3adef6059..2ad5d24d4 100644 --- a/pom.xml +++ b/pom.xml @@ -107,6 +107,7 @@ 2.8.1 2.43.0 4.5.1 + 0.8.11 3EEF24C7 @@ -202,6 +203,26 @@ maven-surefire-plugin ${maven-surefire-plugin.version} + + org.jacoco + jacoco-maven-plugin + ${jacoco-maven-plugin.version} + + + prepare-agent + + prepare-agent + + + + report + test + + report + + + + org.codehaus.mojo exec-maven-plugin