blackducksoftware / ohcount4j

Line counting and language identification tool
Apache License 2.0
18 stars 8 forks source link

travis deploy published multiple times (per jdk tested) #34

Closed mydimension closed 8 years ago

mydimension commented 8 years ago

looking at https://oss.jfrog.org/artifactory/oss-snapshot-local/com/blackducksoftware/ohcount4j/ohcount4j/2.0.0-SNAPSHOT/

It appears that the first build under travis (https://travis-ci.org/blackducksoftware/ohcount4j/builds/140972358) published 3 snapshots.

The fix is one of:

  1. pick and test under one jdk (easier, but we loose jdk version coverage)
  2. only publish the result of one jdk test (harder, but we keep coverage)
jgustie commented 8 years ago

We could keep the matrix and look at TRAVIS_JOB_NUMBER ending with ".1"

mydimension commented 8 years ago

fixed by #35