Skip to content

Commit

Permalink
add back convenience script
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Nov 27, 2023
1 parent 3f5d395 commit 79f21be
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

if [[ $0 == *":\\"* ]]; then
DISPLAY_PAUSE_MESSAGE=true
fi

mvn clean verify -Plocal

if [ "$DISPLAY_PAUSE_MESSAGE" = true ]; then
echo ""
read -n1 -r -p "Press any key to continue..."
fi

0 comments on commit 79f21be

Please sign in to comment.