-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use same JVM that maven is using. #43
Conversation
@gcberger I'd love to have this be included in the upcoming version 2.0.0! |
@gcberger Any chance in merging this? |
@gcberger ping |
I echo this @gcberger "Any chance in merging this?" |
Hi Bill -
Forwarding this, in case you don't get these.
George
…On Wed, Oct 4, 2017 at 10:15 AM, andrewdibiasio6 - ***@***.*** ***@***.***> wrote:
I echo this @gcberger <https://github.com/gcberger> "Any chance in
merging this?"
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AD52beyKYbEIbDqdkHwjt_yddLDvfYU1ks5so71AgaJpZM4Nl8y->
.
|
Ping. We'd love to have this. |
I think the delay is that I have to sign the CLA, which has to be approved by my current employer: #37 (comment) Also, yes, we should definitely make this plugin Toolchain aware, but that could be subsequent work. |
I can do the work to use ToolchainManager in the coming days if there is a chance that it will be ever used. This PR is one year and a half old and it seems there is no much interest from the maintainers. |
Some options to solve maintainership absence:
I think the first option is better as it avoids fragmentation of the community. |
@cstroe Thanks very much! I got the CLA. We'll get this merged and released as soon as we can. |
@bvenners , are the administrative problems solved? I would also like to have this merged. Thanks. |
Any progress here ? |
Sorry for the delay. I'll get it going. |
Thanks @bvenners . Looking forward to seeing this out there. There's a couple of other PRs I've been waiting on seeing merged (and I'm sure others). No pressure though and thanks for circling back to look at this project :) |
@bvenners @katrinsharp Thanks, is there a plan to make a new release with this fix ? |
@manuzhang I'll discuss with @bvenners and let you know. Please stay tuned. |
@katrinsharp @bvenners Thanks. Any plan to make a new release for this fix ? |
@manuzhang my bad I'm slow on some other open PRs to review. I'll try to fit all open ones in next couple of weeks. |
@katrinsharp Any plan to make a new release for this fix ? |
@chetanmeh My apologies! I'm going to handle this as we speak. |
Thanks @katrinsharp for responding and looking into this |
Update: I'm handling couple of different PRs and then release - several days. |
@katrinsharp can you please release a version with this fix? |
Joining the requests. @katrinsharp, can you please release a version with the fix? |
It was released. There is an issue to sync up with Maven central - I've put a request to get it sorted, meanwhile you can try the new version by adding this to your PM:
I'll add a new comment here letting everyone know that it was synced up with Maven central. Update: you don't need to add thew above code, the jar did make its way into maven central, it is just https://mvnrepository.com/artifact/org.scalatest/scalatest-maven-plugin doesn't reflect that. I'm on it. And it is on Maven central now. |
Use the java executable that Maven ran with. Inspired from the Surefire plugin's getEffectiveJvm minus the toolchain lookup.
Fixes #6, #14 and #26