Konrad Windszus created JCR-4808:
------------------------------------
Summary: check-release.sh should run ITs in step 6
Key: JCR-4808
URL: https://issues.apache.org/jira/browse/JCR-4808
Project: Jackrabbit Content Repository
Issue Type: Bug
Reporter: Konrad Windszus
Currently https://dist.apache.org/repos/dist/dev/jackrabbit/check-release.sh in
step 6 executes
{code}
mvn clean verify -Ppedantic
{code}
for JR2 releases.
The profile "pedantic" does not include execution of ITs, only profile
"integrationTesting" currently does
(https://github.com/apache/jackrabbit/blob/17db76bdf6eedbd9a468604f90571dc83a6942c2/jackrabbit-parent/pom.xml#L131-L167).
So either the check should call Maven with an additional profile or pedantic
should be extended to also execute m-failsafe-p.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)