Re: Running tests without the baseline check?

2016-01-14 Thread Davide Giannella
On 11/01/2016 17:13, Francesco Mari wrote: > I don't have a better solution to it. The baseline check is not a test, and > it should not be deactivated when skipTests is true. As pointed out by > Robert, the baseline goal already has its own property to skip itself > (baseline.skip), so I see no

Re: Running tests without the baseline check?

2016-01-11 Thread Francesco Mari
I don't have a better solution to it. The baseline check is not a test, and it should not be deactivated when skipTests is true. As pointed out by Robert, the baseline goal already has its own property to skip itself (baseline.skip), so I see no need to use skipTests. Unless someone disagree, I

Running tests without the baseline check?

2016-01-11 Thread Robert Munteanu
Hi, Working on a branch makes it quite inconvenient to run baseline checks so until I rebase. I have tried running the build with -Dbaseline.skip=true but that does nothing. The only 'fix' is to patch oak-parent/pom.xml: diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml index