Skip to content

Commit

Permalink
#82 Remove Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiranda committed Aug 10, 2018
1 parent e4fa554 commit 1a945e4
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions pom.xml
Expand Up @@ -250,50 +250,5 @@
</plugins>
</build>
</profile>
<profile>
<id>coveralls</id>
<activation>
<file><exists>pom.xml</exists></file>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<executions>
<execution>
<phase>site</phase>
<goals>
<goal>cobertura</goal>
</goals>
<configuration>
<format>xml</format>
<maxmem>256m</maxmem>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.1.0</version>
<executions>
<execution>
<phase>site</phase>
<goals>
<goal>report</goal>
</goals>
<configuration>
<repoToken>${coveralls.token}</repoToken>
<sourceDirectories>
<dir>${project.build.directory}/generated-sources/antlr3</dir>
</sourceDirectories>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit 1a945e4

Please sign in to comment.