fix code and add sh

This commit is contained in:
Looly
2020-03-31 11:06:39 +08:00
parent 174d80e865
commit ccccbf67aa
8 changed files with 101 additions and 90 deletions

3
bin/cobertura.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
exec mvn -T 1 cobertura:cobertura

3
bin/simple_install.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
exec mvn -T 1C clean install -Dmaven.test.skip=true -Dmaven.javadoc.skip=true