Skip to content

Commit

Permalink
#302 coveralls profile deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 12, 2022
1 parent 26e85a4 commit a220f01
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,50 +214,5 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</plugins>
</build>
</profile>
<profile>
<id>coveralls</id>
<!-- It doesn't work because cobertura is disabled, see above -->
<!--
<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.aspects}</repoToken>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit a220f01

Please sign in to comment.