Re: Oak releases and profiles

2015-11-17 Thread Marcel Reutegger
Hi, On 17/11/15 06:10, "Chetan Mehrotra" wrote: >Was this change done? I just ran the check-release script for 1.2.8 >and it did not executed any test >Chetan Mehrotra no, not yet. I created https://issues.apache.org/jira/browse/OAK-3644 to track the required changes. Regards Marcel

Re: Oak releases and profiles

2015-11-16 Thread Chetan Mehrotra
Was this change done? I just ran the check-release script for 1.2.8 and it did not executed any test Chetan Mehrotra On Mon, Sep 7, 2015 at 6:31 PM, Davide Giannella wrote: > On 07/09/2015 11:08, Marcel Reutegger wrote: >> ... >> I would like to revert this change and run tests again >> with the

Re: Oak releases and profiles

2015-09-07 Thread Davide Giannella
On 07/09/2015 11:08, Marcel Reutegger wrote: > ... > I would like to revert this change and run tests again > with the pedantic profile. This ensures we check the release > as documented in the README.md where users are instructed > to run 'mvn clean install' or 'mvn clean install -PintegrationTest

Oak releases and profiles

2015-09-07 Thread Marcel Reutegger
Hi, most of us probably use the automated release checker script we have for Jackrabbit and Oak releases. I recently noticed the check script returns rather quickly for Oak releases. It turns out this is due to profiles and configuration we have in Oak. The script runs 'mvn verify -Ppedantic' Fo