Skip Checkstyle checking during automatic test server deployment
This commit is contained in:
parent
d2087c0b51
commit
afddadcea0
@ -24,6 +24,7 @@ COPY test-data/src/ test-data/src/
|
|||||||
RUN ./mvnw package \
|
RUN ./mvnw package \
|
||||||
--define skipTests \
|
--define skipTests \
|
||||||
--activate-profiles branch,DEV \
|
--activate-profiles branch,DEV \
|
||||||
|
--define checkstyle.skip=true \
|
||||||
--define skip.npm \
|
--define skip.npm \
|
||||||
--define skip.installnodenpm
|
--define skip.installnodenpm
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user