Re: [text] Going to use staging area for testing release-plugin

2019-03-04 Thread Bruno P. Kinoshita
Thanks for the heads up Rob! Go for it On Tuesday, 5 March 2019, 3:00:52 pm NZDT, Gary Gregory wrote: Thanks Rob! Gary On Mon, Mar 4, 2019 at 8:54 PM Rob Tompkins wrote: > Hello all, > > I’m fiddling around with the release plugin and I’m going to commit some > files to the [text]

Re: [text] Going to use staging area for testing release-plugin

2019-03-04 Thread Gary Gregory
Thanks Rob! Gary On Mon, Mar 4, 2019 at 8:54 PM Rob Tompkins wrote: > Hello all, > > I’m fiddling around with the release plugin and I’m going to commit some > files to the [text] staging area for the sake of testing a maven mojo that > cleans up the staging area. Just wanted to give everyone a

[text] Going to use staging area for testing release-plugin

2019-03-04 Thread Rob Tompkins
Hello all, I’m fiddling around with the release plugin and I’m going to commit some files to the [text] staging area for the sake of testing a maven mojo that cleans up the staging area. Just wanted to give everyone a heads up. -Rob --

Re: [numbers-fraction] Maven surefire plugin error

2019-03-04 Thread Eric Barnhill
Rebasing on master fixed the problem, thank you. On Mon, Mar 4, 2019 at 3:39 PM Gilles Sadowski wrote: > > > I'd recommend that you regularly rebase from "master". > > Regards, > Gilles > > > > > > Here is an excerpt of the exception trace (from running "mvn -e test"): > > > ---CUT--- > > > Caus

Re: [numbers-fraction] Maven surefire plugin error

2019-03-04 Thread Gilles Sadowski
Le mar. 5 mars 2019 à 00:29, Alex Herbert a écrit : > > > > On 4 Mar 2019, at 23:10, Gilles Sadowski wrote: > > > > Hi. > > > > Le lun. 4 mars 2019 à 23:21, Eric Barnhill a écrit > > : > >> > >> I am getting a maven error for the surefire plugin, but don't see it listed > >> as a dependency in

Re: [numbers-fraction] Maven surefire plugin error

2019-03-04 Thread Alex Herbert
> On 4 Mar 2019, at 23:10, Gilles Sadowski wrote: > > Hi. > > Le lun. 4 mars 2019 à 23:21, Eric Barnhill a écrit : >> >> I am getting a maven error for the surefire plugin, but don't see it listed >> as a dependency in numbers-fraction or numbers-core. I see it listed in >> numbers-parent, b

Re: [numbers-fraction] Maven surefire plugin error

2019-03-04 Thread Gilles Sadowski
Hi. Le lun. 4 mars 2019 à 23:21, Eric Barnhill a écrit : > > I am getting a maven error for the surefire plugin, but don't see it listed > as a dependency in numbers-fraction or numbers-core. I see it listed in > numbers-parent, but with no version number. Any ideas what I need to do to > get the

Re: [numbers-fraction] Maven surefire plugin error

2019-03-04 Thread Alex Herbert
I just did a fresh clone of commons-numbers and it runs ‘mvn test’ ok. Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T20:39:06+01:00) Maven home: /usr/local/Cellar/maven/3.5.0/libexec Java version: 1.8.0_131, vendor: Oracle Corporation Java home: /Library/Java/JavaVirtua

[numbers-fraction] Maven surefire plugin error

2019-03-04 Thread Eric Barnhill
I am getting a maven error for the surefire plugin, but don't see it listed as a dependency in numbers-fraction or numbers-core. I see it listed in numbers-parent, but with no version number. Any ideas what I need to do to get the tests running again? I also get this error with other numbers modul

Re: [VOTE] Redirect github notifications to issues@

2019-03-04 Thread Pascal Schumacher
Thank you very much! Am 04.03.2019 um 18:25 schrieb Marcelo Vanzin: FYI, it should all be done now, so if you want to get notifications, either sign up to issues@, or watch the repo on github. On Fri, Feb 22, 2019 at 9:49 AM Marcelo Vanzin wrote: Jira link: https://issues.apache.org/jira/brow

Re: [LANG] Jenkins Pipeline DSL

2019-03-04 Thread Matt Sicker
On Mon, Mar 4, 2019 at 03:46, Benedikt Ritter wrote: > Am Mo., 4. März 2019 um 00:17 Uhr schrieb Matt Sicker : > > > I think you can combine the analysis steps into one mvn command. > > > > Makes sense. What I really want to have is all the analyze steps running in > parallel. Is that passible? >

Re: [VOTE] Redirect github notifications to issues@

2019-03-04 Thread Rob Tompkins
Many thanks. > On Mar 4, 2019, at 12:25 PM, Marcelo Vanzin > wrote: > > FYI, it should all be done now, so if you want to get notifications, > either sign up to issues@, or watch the repo on github. > > On Fri, Feb 22, 2019 at 9:49 AM Marcelo Vanzin wrote: >> >> Jira link: https://issues.apa

Re: [VOTE] Redirect github notifications to issues@

2019-03-04 Thread Marcelo Vanzin
FYI, it should all be done now, so if you want to get notifications, either sign up to issues@, or watch the repo on github. On Fri, Feb 22, 2019 at 9:49 AM Marcelo Vanzin wrote: > > Jira link: https://issues.apache.org/jira/browse/INFRA-17892 > > On Fri, Feb 22, 2019 at 9:44 AM Marcelo Vanzin w

Re: [LANG] Jenkins Pipeline DSL

2019-03-04 Thread Benedikt Ritter
Am Mo., 4. März 2019 um 10:50 Uhr schrieb sebb : > On Mon, 4 Mar 2019 at 09:47, Benedikt Ritter wrote: > > > > Am So., 3. März 2019 um 14:57 Uhr schrieb sebb : > > > > > On Sun, 3 Mar 2019 at 13:28, Benedikt Ritter > wrote: > > > > > > > > Hi all, > > > > > > > > here is my proposal for a Jenkin

Re: [LANG] Jenkins Pipeline DSL

2019-03-04 Thread sebb
On Mon, 4 Mar 2019 at 09:47, Benedikt Ritter wrote: > > Am So., 3. März 2019 um 14:57 Uhr schrieb sebb : > > > On Sun, 3 Mar 2019 at 13:28, Benedikt Ritter wrote: > > > > > > Hi all, > > > > > > here is my proposal for a Jenkins Pipeline file for Commons Lang: > > > https://github.com/apache/comm

Re: [LANG] Jenkins Pipeline DSL

2019-03-04 Thread Benedikt Ritter
Am So., 3. März 2019 um 14:57 Uhr schrieb sebb : > On Sun, 3 Mar 2019 at 13:28, Benedikt Ritter wrote: > > > > Hi all, > > > > here is my proposal for a Jenkins Pipeline file for Commons Lang: > > https://github.com/apache/commons-lang/pull/410 > > Please review and comment. > > It looks OK to me

Re: [LANG] Jenkins Pipeline DSL

2019-03-04 Thread Benedikt Ritter
Am Mo., 4. März 2019 um 00:17 Uhr schrieb Matt Sicker : > I think you can combine the analysis steps into one mvn command. > Makes sense. What I really want to have is all the analyze steps running in parallel. Is that passible? > > On Sun, 3 Mar 2019 at 14:15, Pascal Schumacher > wrote: > > >