Explorar el Código

update build script

heavyrain lee hace 6 años
padre
commit
936e3581b4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -1,3 +1,3 @@
 #!/bin/bash
 
-mvn clean install -Dmaven.test.skip=true
+mvn clean compile package