Skip to content

Commit

Permalink
Use maven coveralls plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chauvet committed Jun 14, 2016
1 parent f382c12 commit 649a8e1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

18 changes: 14 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,15 @@
</developers>
<scm>
<connection>scm:git:https://github.com/gchauvet/vertx-async.git</connection>
<developerConnection>scm:git:git@github.com:simondean/vertx-async.git</developerConnection>
<developerConnection>scm:git:git@github.com:gchauvet/vertx-async.git</developerConnection>
<url>https://github.com/gchauvet/vertx-async.git</url>
</scm>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<vertx.version>3.2.1</vertx.version>
</properties>

<dependencies>
<dependency>
<groupId>io.vertx</groupId>
Expand Down Expand Up @@ -74,6 +72,18 @@
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.2.0</version>
<configuration>
<repoToken>fLqX5i1hDnTP0mfInJRHUlAle7aezesSH</repoToken>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>release</id>
Expand Down Expand Up @@ -134,4 +144,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit 649a8e1

Please sign in to comment.