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
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
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
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
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
> > >
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
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
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
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