|
35 | 35 | <h2.version>1.4.190</h2.version> |
36 | 36 | <junit.version>4.12</junit.version> |
37 | 37 | <compiler.version>3.0</compiler.version> |
38 | | - <coveralls.version>4.0.0</coveralls.version> |
39 | 38 | <jacoco.version>0.7.2.201409121644</jacoco.version> |
40 | 39 | <commons-dbcp.version>1.4</commons-dbcp.version> |
41 | 40 | <camel.version>2.16.1</camel.version> |
|
320 | 319 | <target>1.8</target> |
321 | 320 | </configuration> |
322 | 321 | </plugin> |
323 | | - <plugin> |
324 | | - <groupId>org.eluder.coveralls</groupId> |
325 | | - <artifactId>coveralls-maven-plugin</artifactId> |
326 | | - <version>${coveralls.version}</version> |
327 | | - <configuration> |
328 | | - <repoToken>jb6wYzxkVvjolD6qOWpzWdcWBzYk2fAmF</repoToken> |
329 | | - </configuration> |
330 | | - </plugin> |
331 | 322 | <plugin> |
332 | 323 | <groupId>org.jacoco</groupId> |
333 | 324 | <artifactId>jacoco-maven-plugin</artifactId> |
334 | 325 | <version>${jacoco.version}</version> |
335 | | - <!-- The following exclude configuration was added because error occurred |
336 | | - when executing "mvn clean test jacoco:report coveralls:report" --> |
337 | | - <!-- [ERROR] Failed to execute goal org.eluder.coveralls:coveralls-maven-plugin:3.1.0:report |
338 | | - (default-cli) on project java-design-patterns: I/O operation failed: No source |
339 | | - found for domainapp/dom/modules/simple/QSimpleObject.java -> [Help 1] --> |
340 | | - <configuration> |
341 | | - <excludes> |
342 | | - <exclude>domainapp/dom/modules/simple/QSimpleObject.class</exclude> |
343 | | - <exclude>**com.steadystate*</exclude> |
344 | | - </excludes> |
345 | | - </configuration> |
346 | 326 | <executions> |
347 | 327 | <execution> |
348 | 328 | <id>prepare-agent</id> |
|
378 | 358 | </execution> |
379 | 359 | </executions> |
380 | 360 | </plugin> |
381 | | - |
382 | | - <plugin> |
383 | | - <groupId>org.jacoco</groupId> |
384 | | - <artifactId>jacoco-maven-plugin</artifactId> |
385 | | - <version>0.7.5.201505241946</version> |
386 | | - <executions> |
387 | | - <execution> |
388 | | - <goals> |
389 | | - <goal>prepare-agent</goal> |
390 | | - </goals> |
391 | | - </execution> |
392 | | - <execution> |
393 | | - <id>report</id> |
394 | | - <phase>prepare-package</phase> |
395 | | - <goals> |
396 | | - <goal>report</goal> |
397 | | - </goals> |
398 | | - </execution> |
399 | | - </executions> |
400 | | - </plugin> |
401 | 361 | <plugin> |
402 | 362 | <groupId>org.apache.maven.plugins</groupId> |
403 | 363 | <artifactId>maven-surefire-plugin</artifactId> |
|
0 commit comments