diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index 94435a13..534ce21e 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -94,4 +94,49 @@ + + + + + + kill-biome + + + Windows + + + + + + org.codehaus.mojo + exec-maven-plugin + 3.6.3 + + + kill-biome + initialize + + exec + + + taskkill + + /F + /IM + biome.exe + + + 0 + + 128 + + + + + + + + + + \ No newline at end of file