alfresco-community-repo/scripts/hooks/check-format-and-headers.sh
2025-03-17 14:32:12 +01:00

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