Skip to content

Commit

Permalink
Added build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertZenz committed Jun 28, 2018
1 parent c7edeb8 commit 448811c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env sh

# This script is used for building the whole plugin.
#
# Usage: ./build.sh
# Example: ./build.sh


mvn \
clean \
verify

0 comments on commit 448811c

Please sign in to comment.