digitalfondue / jscoverproxy-maven-plugin

a maven plugin for JSCover for a simple use case: generate coverage in conjunction of the jasmine-maven-plugin
Apache License 2.0
1 stars 1 forks source link

Added jscoverproxy-maven-plugin to jasmine-maven-plugin test suite #1

Open tntim96 opened 7 years ago

tntim96 commented 7 years ago

I wrote JSCover and was interested to try integrating this project into the jasmine-maven-plugin test suite. Turns out it was pretty easy. See: https://github.com/searls/jasmine-maven-plugin/pull/316

Are you interested in helping support this?

syjer commented 7 years ago

Hi @tntim96 , thank you for jscover :).

Sure, I did this plugin for a very narrow use case (integration with jasmine) as the alternative was not functioning anymore, but I will gladly accept any contributions :).

tntim96 commented 7 years ago

Are you planning on putting much work into it? If not I could clone and manage it myself. I'll submit PRs in the meantime and see how it goes.

syjer commented 7 years ago

@tntim96 , I think it would be better if you fork the plugin and manage it under the JSCover umbrella, so we could have a single lifecycle/release management.

As I see from your pull request #6 , you are referencing a SNAPSHOT, which make it harder to develop if it's outside your repository.

I will gladly help you manage this part of the plugin, wherever it is hosted :)