File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 2525 "description" : " Process update docker images" ,
2626 "fileMatch" : [
2727 " ^.*Properties\\ .java$" ,
28+ " ^.*\\ .properties" ,
2829 " ^.*\\ .adoc" ,
29- " ^.*additional-spring-configuration-metadata.json"
30+ " ^.*additional-spring-configuration-metadata\\ .json"
3031 ],
3132 "matchStrings" : [
3233 " \\ /\\ /.*?renovate:.*?datasource=(?<datasource>.*?)\\ s+?return\\ s+?\\\" (?<depName>.*?):?(?<currentValue>[\\ w+\\ .\\ -]*)\" " ,
6162 {
6263 "description" : " Process update images in spring configuration metadata" ,
6364 "fileMatch" : [
64- " ^.*additional-spring-configuration-metadata.json"
65+ " ^.*additional-spring-configuration-metadata\\ .json"
6566 ],
6667 "matchStrings" : [
6768 " \\\" embedded\\ .\\ w+?\\ .(dockerImage|docker\\ -image)\\\" ,\\ s+.*\\ s+.*\\ s+\\\" value\\\"\\ s*?:\\ s*?\" (?<depName>.*?):?(?<currentValue>[\\ w+\\ .\\ -]*)\" "
Original file line number Diff line number Diff line change 107107 <versions-maven-plugin .version>2.8.1</versions-maven-plugin .version>
108108 <spotless-maven-plugin .version>2.43.0</spotless-maven-plugin .version>
109109 <gitflow-incremental-builder .version>4.5.1</gitflow-incremental-builder .version>
110+ <jacoco-maven-plugin .version>0.8.11</jacoco-maven-plugin .version>
110111
111112 <!-- GPG -->
112113 <gpg .keyname>3EEF24C7</gpg .keyname>
202203 <artifactId >maven-surefire-plugin</artifactId >
203204 <version >${maven-surefire-plugin.version} </version >
204205 </plugin >
206+ <plugin >
207+ <groupId >org.jacoco</groupId >
208+ <artifactId >jacoco-maven-plugin</artifactId >
209+ <version >${jacoco-maven-plugin.version} </version >
210+ <executions >
211+ <execution >
212+ <id >prepare-agent</id >
213+ <goals >
214+ <goal >prepare-agent</goal >
215+ </goals >
216+ </execution >
217+ <execution >
218+ <id >report</id >
219+ <phase >test</phase >
220+ <goals >
221+ <goal >report</goal >
222+ </goals >
223+ </execution >
224+ </executions >
225+ </plugin >
205226 <plugin >
206227 <groupId >org.codehaus.mojo</groupId >
207228 <artifactId >exec-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments