Skip Checkstyle checking during automatic test server deployment

This commit is contained in:
Andreas Svanberg 2025-03-17 21:23:13 +01:00
parent d2087c0b51
commit afddadcea0

@ -24,6 +24,7 @@ COPY test-data/src/ test-data/src/
RUN ./mvnw package \
--define skipTests \
--activate-profiles branch,DEV \
--define checkstyle.skip=true \
--define skip.npm \
--define skip.installnodenpm