forked from loafle/openapi-generator-original
Use maven batch-mode (#70)
This commit is contained in:
committed by
William Cheng
parent
e58dc2c77c
commit
0d82971b0c
@@ -22,7 +22,7 @@ executable="./modules/openapi-generator-cli/target/openapi-generator-cli.jar"
|
||||
|
||||
if [ ! -f "$executable" ]
|
||||
then
|
||||
mvn clean package
|
||||
mvn -B clean package
|
||||
fi
|
||||
|
||||
# if you've executed sbt assembly previously it will use that instead.
|
||||
|
||||
Reference in New Issue
Block a user