We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b448d4d commit 5d6af1aCopy full SHA for 5d6af1a
etc/copyright.sh
@@ -16,7 +16,7 @@ die(){ echo "${1}" ; exit 1 ;}
16
readonly RESULT_FILE="target/copyright-check.txt"
17
mkdir target
18
19
-mvn -q org.glassfish.copyright:glassfish-copyright-maven-plugin:copyright \
+mvn -q validate -Pcopyright \
20
> ${RESULT_FILE} || (cat ${RESULT_FILE}; die "Error running the Maven command")
21
22
grep -i "copyright" ${RESULT_FILE} \
0 commit comments