trautonen / coveralls-maven-plugin

Maven plugin for submitting Java code coverage reports to Coveralls web service.
MIT License
312 stars 124 forks source link

Remove url based source loading #48

Closed trautonen closed 9 years ago

trautonen commented 9 years ago

Url based source loading cannot be applied due to changes in Coveralls behavior. The file names must match names in the git repository and external mapping, like Jasmine server, cannot be used to handle for example CoffeeScript files.