blob: efda1e04d9853b9f3753529bf526f64ac7c7d41d [file] [log] [blame]
#!/bin/bash
BASEDIR=$(dirname $0)
. $BASEDIR/_functions.sh
# Check correct copyright headers
mvn license:check -Dlicense_check -f updatesite-maven-plugin $*
processError
mvn license:check -Dlicense_check -f org.eclipse.scout.sdk $*
processError
mvn license:check -Dlicense_check -f org.eclipse.scout.sdk.p2 -Dtycho.mode=maven $*