Skip to content

Commit

Permalink
coveralls plugin configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Jan 2, 2018
1 parent 9f016d9 commit 3864a78
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions example.parent/pom.xml
Expand Up @@ -33,6 +33,16 @@
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
<configuration>
<jacocoReports>
<jacocoReport>${project.basedir}/example.tests.report/target/site/jacoco-aggregate/jacoco.xml</jacocoReport>
</jacocoReports>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
Expand Down

0 comments on commit 3864a78

Please sign in to comment.