Stephen Connolly
Stephen Connolly
Oh that's going to end up a hack fest very quickly... you probably have duplicate GAs with different Vs from walking the whole tree to recover the optionals... You'all have...
Until it doesn't... and if dependency trees change from version to version you'll pull in incorrect deps
The plan was to simplify usage (which you get with the "magic" package name) and migrate the successful ones to ASF (hence the code being ASL licensed) I'm -1 on...
It's modello that makes the package name requirement. Sent from my iPhone > On 13 Sep 2015, at 22:47, Hervé Boutemy [email protected] wrote: > > I'm not an enforcer code...
Sorry, brain-fart, it was plexus configuration which by default uses the same package name as the generic type being injected Sent from my iPhone > On 13 Sep 2015, at...
@hboutemy let's just see what rules are worthy of moving to ASF and then do the move. They are all ASL so should not be an issue
The change from maven to gradle seems to have lost the publishing route. Personally I think there is no need to use gradle for microbenchmarking as this could have easily...
Here's an example of how the same effect can be delivered using maven and not using multimodule: https://github.com/stephenc/jamm/tree/without-gradle
I know @jvanzyl claimed he had an alternative solution that allowed the caching but I have not seen that in over a year. I am inclined to agree with removing...
> If the shaded artifact is built as a submodule with a different artifact > ID, then the shade plugin can specify its DRP as its main POM. It lets...