mvn clean aus README.sh entfernt
authorKai Moritz <kai@juplo.de>
Fri, 5 Aug 2022 09:51:26 +0000 (11:51 +0200)
committerKai Moritz <kai@juplo.de>
Fri, 5 Aug 2022 09:51:26 +0000 (11:51 +0200)
README.sh

index e430820..a659478 100755 (executable)
--- a/README.sh
+++ b/README.sh
@@ -5,7 +5,6 @@ IMAGE=juplo/rest-producer:1.0-SNAPSHOT
 if [ "$1" = "cleanup" ]
 then
   docker-compose down -v
-  mvn clean
   exit
 fi