Browse Source

added "mvn clean" on each script

tbvns 6 months ago
parent
commit
948f7cde80
2 changed files with 2 additions and 2 deletions
  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