Re: Fwd: [jira] [Created] (COMDEV-248) add /dist/ health issues

2018-01-18 Thread Sergio Fernández
betwixt removed from the dist area in r24307 On Tue, Jan 16, 2018 at 9:15 AM, Sergio Fernández wrote: > Hi Gilles, > > On Thu, Jan 11, 2018 at 3:41 AM, Gilles > wrote: > >> On Thu, 11 Jan 2018 12:35:35 +0100, Sergio Fernández wrote: >> >>> From ComDev, just discovered checker.a.o, and got into

[dbcp] Make constant public: org.apache.commons.dbcp2.PoolingDriver.URL_PREFIX.

2018-01-18 Thread Gary Gregory
Hi All: Any objection to making this constant public: org.apache.commons.dbcp2.PoolingDriver.URL_PREFIX. ? Thank you, Gary

Re: [Statistics] Ready for work

2018-01-18 Thread Gilles
On Thu, 18 Jan 2018 11:49:39 +0100, Eric Barnhill wrote: What is the intent with calling the artifact ID commons-statistics-parent? Its purpose is to contain files common to all modules (to avoid duplicating them in the modules subdirectories) If I use maven archetype, this creates a folder wi

Re: [VOTE] Release Commons Release Plugin 1.0 base on RC1

2018-01-18 Thread sebb
FTR, commons parent is not in the same class as the mojos commons-release or commons-build. The mojos are purely optional helpers for Commons developers. It's possible to build without them. However, commons-parent is not optional; the sources won't build without the relevant version. Individual

Re: [Statistics] Ready for work

2018-01-18 Thread Eric Barnhill
What is the intent with calling the artifact ID commons-statistics-parent? If I use maven archetype, this creates a folder within the repo called "commons-statistics-parent" that has a source tree. Is this the desired structure? I am working on my own fork in a branch I call "initialize-repo" Eri

Re: [Statistics] Ready for work

2018-01-18 Thread Gilles
On Thu, 18 Jan 2018 09:37:15 +0100, Eric Barnhill wrote: I just see a pom file. Do we start by generating an archetype? Won't this create a POM (thus overwriting the existing one)? What I'd do is copy from another project and change what needs to be adapted (e.g. running the various "mvn" comm

Re: [Statistics] Ready for work

2018-01-18 Thread Eric Barnhill
I just see a pom file. Do we start by generating an archetype? On Sun, Jan 14, 2018 at 11:30 AM, Eric Barnhill wrote: > I will try to start giving the code a look later this week. I take it one > starting point would be moving any dependencies from commons-math to > commons-numbers that can be s