QMSTR / qmstr

QMSTR compliance tool
https://qmstr.org
31 stars 1 forks source link

Let the client skip tests #527

Closed marcomicera closed 4 years ago

marcomicera commented 4 years ago

Does the client have to run tests while packaging Maven projects? More specifically, this:

mvn clean package

Could be turned into this:

mvn package -Dmaven.test.skip=true

This would make the client way faster and less prone to crash somewhere during tests.

What's your take on this?

marcomicera commented 4 years ago

Done in https://github.com/endocode/qmstr/commit/550b3eb05dd8ca8208f98568557be3d4a9a4831a. Feel free to re-open this issue in case you need to.