sqality / scct

Scala Code Coverage Tool
Apache License 2.0
67 stars 7 forks source link

Publish SCCT on Sonatype #8

Closed 0xRoch closed 11 years ago

0xRoch commented 11 years ago

https://issues.sonatype.org/browse/OSSRH-7346

0xRoch commented 11 years ago
<dependency>
  <groupId>com.github.scct</groupId>
  <artifactId>scct_2.10</artifactId>
  <version>0.2-SNAPSHOT</version>
</dependency>
seratch commented 11 years ago

:+1:

theon commented 11 years ago

:+1: Good work sorting out the sonatype repo

0xRoch commented 11 years ago

@theon not quite done yet, I want to make it automatic with Travis CI, something similar to : https://gist.github.com/D-Roch/6729618

theon commented 11 years ago

@D-Roch Nice, looks good!