build script for schema registry components
This commit is contained in:
11
buildSchemaRegistry.sh
Executable file
11
buildSchemaRegistry.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "$#" -eq 1 ]; then
|
||||
ARGVALUE=$1
|
||||
if [[ $ARGVALUE == *"skipTest"* ]]; then
|
||||
echo "Skippping Tests"
|
||||
./mvnw clean install -f schema-registry/pom.xml -DskipTests
|
||||
fi
|
||||
else
|
||||
./mvnw clean install -f schema-registry/pom.xml
|
||||
fi
|
||||
Binary file not shown.
Reference in New Issue
Block a user