67
67
</dependencies >
68
68
69
69
<profiles >
70
+
71
+ <profile >
72
+ <id >jacoco</id >
73
+ <properties >
74
+ <it .jacoco.destFile>${java.io.tmpdir} /jacoco.data</it .jacoco.destFile>
75
+ <sonar .jacoco.itReportPath>${it.jacoco.destFile} </sonar .jacoco.itReportPath>
76
+ </properties >
77
+ <activation >
78
+ <activeByDefault >false</activeByDefault >
79
+ </activation >
80
+ <build >
81
+ <plugins >
82
+ <plugin >
83
+ <groupId >org.jacoco</groupId >
84
+ <artifactId >jacoco-maven-plugin</artifactId >
85
+ <version >0.5.7.201204190339</version >
86
+ <executions >
87
+ <execution >
88
+ <phase >pre-integration-test</phase >
89
+ <goals >
90
+ <goal >prepare-agent</goal >
91
+ </goals >
92
+ </execution >
93
+ </executions >
94
+ <configuration >
95
+ <propertyName >it.failsafe.argLine</propertyName >
96
+ <destFile >${it.jacoco.destFile} </destFile >
97
+ </configuration >
98
+ </plugin >
99
+ </plugins >
100
+ </build >
101
+ </profile >
102
+
70
103
<profile >
71
104
<id >glassfish-embedded</id >
72
105
<activation >
97
130
<groupId >org.apache.maven.plugins</groupId >
98
131
<artifactId >maven-failsafe-plugin</artifactId >
99
132
<version >${version.maven.failsafe.plugin} </version >
133
+ <configuration >
134
+ <argLine >${it.failsafe.argLine} </argLine >
135
+ </configuration >
100
136
<executions >
101
137
<execution >
102
138
<goals >
143
179
<groupId >org.apache.maven.plugins</groupId >
144
180
<artifactId >maven-failsafe-plugin</artifactId >
145
181
<version >${version.maven.failsafe.plugin} </version >
182
+ <configuration >
183
+ <argLine >${it.failsafe.argLine} </argLine >
184
+ </configuration >
146
185
<executions >
147
186
<execution >
148
187
<goals >
185
224
<groupId >org.apache.maven.plugins</groupId >
186
225
<artifactId >maven-failsafe-plugin</artifactId >
187
226
<version >${version.maven.failsafe.plugin} </version >
227
+ <configuration >
228
+ <argLine >${it.failsafe.argLine} </argLine >
229
+ </configuration >
188
230
<executions >
189
231
<execution >
190
232
<goals >
233
275
<groupId >org.apache.maven.plugins</groupId >
234
276
<artifactId >maven-failsafe-plugin</artifactId >
235
277
<version >${version.maven.failsafe.plugin} </version >
278
+ <configuration >
279
+ <argLine >${it.failsafe.argLine} </argLine >
280
+ </configuration >
236
281
<executions >
237
282
<execution >
238
283
<goals >
356
401
<id >apache-snapshot</id >
357
402
<url >https://repository.apache.org/content/repositories/snapshots/</url >
358
403
</pluginRepository >
404
+ <pluginRepository >
405
+ <id >maven-central</id >
406
+ <url >http://repo1.maven.org/maven2/</url >
407
+ </pluginRepository >
359
408
</pluginRepositories >
360
409
361
410
</project >
0 commit comments