diff --git a/build-project.sh b/build-project.sh index 6ad5114..1c3edee 100755 --- a/build-project.sh +++ b/build-project.sh @@ -1,3 +1,3 @@ #!/bin/bash echo "RUN JUnit Tests" -mvn test \ No newline at end of file +mvn clean test \ No newline at end of file diff --git a/pom.xml b/pom.xml index 70095c3..7775e6f 100644 --- a/pom.xml +++ b/pom.xml @@ -56,6 +56,11 @@ 21 + + org.apache.maven.plugins + maven-surefire-plugin + 3.2.5 + org.openjfx javafx-maven-plugin