Skip to content

Commit

Permalink
update to make it work again
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaber committed Mar 25, 2022
1 parent 8ede7f1 commit 27f25da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-zip.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
# fast way to build the ZIP for testing an deployment

mvn -pl '!languagetool-http-client,!languagetool-wikipedia,!languagetool-office-extension,!languagetool-dev,!languagetool-rpm-package' clean package -DskipTests
mvn -pl '!languagetool-http-client,!languagetool-wikipedia,!languagetool-office-extension,!languagetool-dev' clean package -DskipTests

0 comments on commit 27f25da

Please sign in to comment.