Gili Tzabari

Results 248 comments of Gili Tzabari

It turns out we can lessen the impact of changing the groupId using https://maven.apache.org/guides/mini/guide-relocation.html

Please take a look at https://github.com/cmake-maven-project/cmake-maven-project/pull/51 Let me know if this works for you.

@sbordet I think you're right. Upon digging further into the issue I noticed that the problem went away if I switched from thread-per-request to a fixed-size thread pool. Eventually this...

@cccapon I think you guys are conflating symbolic links with junctions. `mklink /d` creates symbolic links and is the default behavior. `mylink /j` creates a junction. https://superuser.com/a/343079 (and other answers...

Can someone please summarize what has to go in `project/.yarnrc.yml` and `~/.yarnrc.yml` in version 3.x to publish without including the authentication tokens as part of the project? I tried the...

I figured it out. I needed to add `npmPublishRegistry: "https://registry.npmjs.org"` to `~/.yarnrc.yml` .