> > The command for running automated checks against this release candidate is: > > # run in SVN checkout of https://dist.apache.org/repos/dist/dev/jackrabbit/ > $ sh check-release.sh 2.20.6 7f36abb33c463cfebdeb60e96fe5fc5f3d1e4c7b >
The check-release.sh runs the following commands to build the release candidate locally: [INFO] 6. Build the release candidate [INFO] [INFO] Running the Maven build: mvn clean verify -Ppedantic The pedantic profile does not include executing any ITs (only profile “integrationTesting” does that). Shouldn’t involve checking the release also executing all ITs (next to the UTs)? Thanks, Konrad
