Files
alfresco-community-repo/scripts/hooks/check-format-and-headers.sh
2025-04-16 11:57:35 +05:30

8 lines
133 B
Bash
Executable File

#!/usr/bin/env bash
set +x
mvn spotless:apply validate -DlicenseUpdateHeaders=true -Pags,all-tas-tests > /dev/null || true
set -x