Re: [math] custom profiles in our pom

2012-11-19 Thread sebb
On 19 November 2012 19:42, Sébastien Brisard wrote: > Hi, > > > 2012/11/19 Phil Steitz > >> On 11/18/12 11:20 PM, Sébastien Brisard wrote: >> > Hi, >> > someone (I think it was sebb) wrote some months ago about defining custom >> > profiles in the pom.xml to allow for faster compilation (cobertur

Re: [math] custom profiles in our pom

2012-11-19 Thread Sébastien Brisard
Hi, 2012/11/19 Phil Steitz > On 11/18/12 11:20 PM, Sébastien Brisard wrote: > > Hi, > > someone (I think it was sebb) wrote some months ago about defining custom > > profiles in the pom.xml to allow for faster compilation (cobertura being > > the culprit). > > I've done that locally, and I'm pr

Re: [math] custom profiles in our pom

2012-11-19 Thread Phil Steitz
On 11/18/12 11:20 PM, Sébastien Brisard wrote: > Hi, > someone (I think it was sebb) wrote some months ago about defining custom > profiles in the pom.xml to allow for faster compilation (cobertura being > the culprit). > I've done that locally, and I'm probably not the only one. So I was > wonderi

Re: [math] custom profiles in our pom

2012-11-19 Thread Honton, Charles
Several of the apache provided maven plugins use the convention of a define; e.g., -D skipTests -D skipITs To extend this convention, you could use -D skipCoverage Regards, chas On 11/19/12 3:22 AM, "Sébastien Brisard" wrote: >Hi, > > >2012/11/19 Gilles Sadowski > >> On Mon, Nov 19, 2012 a

Re: [math] custom profiles in our pom

2012-11-19 Thread Sébastien Brisard
Hi, 2012/11/19 Gilles Sadowski > On Mon, Nov 19, 2012 at 10:38:27AM +0100, Thomas Neidhart wrote: > > On Mon, Nov 19, 2012 at 8:20 AM, Sébastien Brisard < > > sebastien.bris...@m4x.org> wrote: > > > > > Hi, > > > someone (I think it was sebb) wrote some months ago about defining > custom > > >

Re: [math] custom profiles in our pom

2012-11-19 Thread sebb
On 19 November 2012 11:16, Gilles Sadowski wrote: > On Mon, Nov 19, 2012 at 10:38:27AM +0100, Thomas Neidhart wrote: >> On Mon, Nov 19, 2012 at 8:20 AM, Sébastien Brisard < >> sebastien.bris...@m4x.org> wrote: >> >> > Hi, >> > someone (I think it was sebb) wrote some months ago about defining cust

Re: [math] custom profiles in our pom

2012-11-19 Thread Gilles Sadowski
On Mon, Nov 19, 2012 at 10:38:27AM +0100, Thomas Neidhart wrote: > On Mon, Nov 19, 2012 at 8:20 AM, Sébastien Brisard < > sebastien.bris...@m4x.org> wrote: > > > Hi, > > someone (I think it was sebb) wrote some months ago about defining custom > > profiles in the pom.xml to allow for faster compil

Re: [math] custom profiles in our pom

2012-11-19 Thread Thomas Neidhart
On Mon, Nov 19, 2012 at 8:20 AM, Sébastien Brisard < sebastien.bris...@m4x.org> wrote: > Hi, > someone (I think it was sebb) wrote some months ago about defining custom > profiles in the pom.xml to allow for faster compilation (cobertura being > the culprit). > I've done that locally, and I'm prob

[math] custom profiles in our pom

2012-11-18 Thread Sébastien Brisard
Hi, someone (I think it was sebb) wrote some months ago about defining custom profiles in the pom.xml to allow for faster compilation (cobertura being the culprit). I've done that locally, and I'm probably not the only one. So I was wondering whether we could commit one or two custom profiles which