File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 147
147
</profile >
148
148
<profile >
149
149
<id >coverage</id >
150
+ <properties >
151
+ <argLine >@{jacocoArgLine}</argLine >
152
+ </properties >
153
+ <build >
154
+ <plugins >
155
+ <plugin >
156
+ <groupId >org.jacoco</groupId >
157
+ <artifactId >jacoco-maven-plugin</artifactId >
158
+ </plugin >
159
+ </plugins >
160
+ </build >
150
161
<modules >
151
162
<module >coverage</module >
152
163
</modules >
153
164
</profile >
154
165
<profile >
155
166
<id >sonar</id >
156
167
<properties >
157
- <!-- suppress UnresolvedMavenProperty -->
158
168
<sonar .projectKey>io.smallrye.config:smallrye-config</sonar .projectKey>
159
169
<sonar .moduleKey>${project.artifactId} </sonar .moduleKey>
170
+ <!-- suppress UnresolvedMavenProperty -->
160
171
<sonar .coverage.jacoco.xmlReportPaths>
161
172
${maven.multiModuleProjectDirectory} /coverage/target/site/jacoco-aggregate/jacoco.xml
162
173
</sonar .coverage.jacoco.xmlReportPaths>
Original file line number Diff line number Diff line change 72
72
<groupId >org.apache.maven.plugins</groupId >
73
73
<artifactId >maven-surefire-plugin</artifactId >
74
74
<configuration >
75
- <argLine >-Duser.language=en -Duser.region=US</argLine >
75
+ <systemPropertyVariables >
76
+ <user .language>en</user .language>
77
+ <user .region>US</user .region>
78
+ </systemPropertyVariables >
76
79
</configuration >
77
80
</plugin >
78
81
</plugins >
You can’t perform that action at this time.
0 commit comments