Prechádzať zdrojové kódy

added "mvn clean" on each script

tbvns 6 mesiacov pred
rodič
commit
948f7cde80
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      BuildUtils/RunUI.bat
  2. 1 1
      BuildUtils/RunUI.sh

+ 1 - 1
BuildUtils/RunUI.bat

@@ -1 +1 @@
-mvn -f pom.xml compile ; mvn javafx:run -f ./ui/pom.xml
+mvn -f pom.xml compile ; mvn javafx:run -f ./ui/pom.xml ; mvn clean

+ 1 - 1
BuildUtils/RunUI.sh

@@ -1 +1 @@
-mvn -f pom.xml compile && mvn javafx:run -f ./ui/pom.xml
+mvn -f pom.xml compile && mvn javafx:run -f ./ui/pom.xml ; mvn clean