Re: [all] Deploying components

2017-06-06 Thread Benedikt Ritter
Hello Stian, > Am 05.06.2017 um 18:58 schrieb Stian Soiland-Reyes : > > Personally I am happy about source distributions accompanying the jars in > Maven Central, which are actually rebuildable as opposed to the > -source.jars. > > they continue to be retrievable using Maven version mechanisms,

Re: [all] Deploying components

2017-06-05 Thread Gary Gregory
I have used bin zips before to get to DLL files for example. Gary On Jun 5, 2017 9:58 AM, "Stian Soiland-Reyes" wrote: > Personally I am happy about source distributions accompanying the jars in > Maven Central, which are actually rebuildable as opposed to the > -source.jars. > > they continue

Re: [all] Deploying components

2017-06-05 Thread Stian Soiland-Reyes
Personally I am happy about source distributions accompanying the jars in Maven Central, which are actually rebuildable as opposed to the -source.jars. they continue to be retrievable using Maven version mechanisms, compares to more fragile scripts crawling archive.apache.org (dist only contains t

Re: [all] Deploying components

2017-06-05 Thread sebb
On 5 June 2017 at 12:06, Benedikt Ritter wrote: > Hello Rob, > >> Am 28.05.2017 um 03:01 schrieb Rob Tompkins : >> >> Hello all, >> >> Benedikt and I were chatting last week about how the .tar and .zip >> distributions get uploaded to nexus during "mvn deploy” and how annoying >> that side effec

Re: [all] Deploying components

2017-06-05 Thread Rob Tompkins
> On Jun 5, 2017, at 7:06 AM, Benedikt Ritter wrote: > > Hello Rob, > >> Am 28.05.2017 um 03:01 schrieb Rob Tompkins : >> >> Hello all, >> >> Benedikt and I were chatting last week about how the .tar and .zip >> distributions get uploaded to nexus during "mvn deploy” and how annoying >> tha

Re: [all] Deploying components

2017-06-05 Thread Benedikt Ritter
Hello Rob, > Am 28.05.2017 um 03:01 schrieb Rob Tompkins : > > Hello all, > > Benedikt and I were chatting last week about how the .tar and .zip > distributions get uploaded to nexus during "mvn deploy” and how annoying that > side effect of the deployment happens to be. Coincidentally, I just

Re: [all] Deploying components

2017-05-27 Thread Rob Tompkins
> On May 27, 2017, at 9:48 PM, Gary Gregory wrote: > > On May 27, 2017 6:01 PM, "Rob Tompkins" wrote: > > Hello all, > > Benedikt and I were chatting last week about how the .tar and .zip > distributions get uploaded to nexus during "mvn deploy” and how annoying > that side effect of the depl

Re: [all] Deploying components

2017-05-27 Thread Gary Gregory
On May 27, 2017 6:01 PM, "Rob Tompkins" wrote: Hello all, Benedikt and I were chatting last week about how the .tar and .zip distributions get uploaded to nexus during "mvn deploy” and how annoying that side effect of the deployment happens to be. Coincidentally, I just ran across a note that M

[all] Deploying components

2017-05-27 Thread Rob Tompkins
Hello all, Benedikt and I were chatting last week about how the .tar and .zip distributions get uploaded to nexus during "mvn deploy” and how annoying that side effect of the deployment happens to be. Coincidentally, I just ran across a note that Mladen Turk added at the end of the commons-dae