weso / utils

Common Scala utilities used by several weso projects

Home Page:https://www.weso.es/utils/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runtime dependency on scoverage

labra opened this issue · comments

I think we are being hit by this issue: Runtime dependency on scoverage when we publish the utils package.

As an example, this build fails.

The solution is to remove the coverage from the publish phase.

Won't have many time till Tuesday so if it's not fixed by then I will take a look and try to solve it.

I think the issue was repaired for this library by executing the following:

sbt clean coverageOff +publish

Which means to clean the target folder, switch on the coverage flag and publish afterwards. At this moment, shex-s, which depends on utils works.

However, it would be better if we were able to automate the publication of the artifacts from Travis.

Perfect, just saw you opened a new issue (#21) to automate artifact publication, will try it this week.

Notice that, however, shaclex, which depends on shex-s and shacl-s doesn't work.

I think the problem was introduced in the publication of shacl-s, but I tried to publish it without scoverage and the problem remains. You can follow this issue.