Skip to content

Commit

Permalink
Add script for running all delivery checks
Browse files Browse the repository at this point in the history
  • Loading branch information
aguibert committed Nov 26, 2019
1 parent d028cd9 commit b5142d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Empty file modified etc/copyright.sh
100644 → 100755
Empty file.
5 changes: 5 additions & 0 deletions etc/delivery-checks.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#/bin/bash
mvn checkstyle:checkstyle && \
mvn org.glassfish.copyright:glassfish-copyright-maven-plugin:copyright && \
echo "Completed normally"

Empty file modified etc/tck.sh
100644 → 100755
Empty file.

0 comments on commit b5142d5

Please sign in to comment.