summaryrefslogtreecommitdiff
path: root/run.sh
AgeCommit message (Collapse)Author
2019-03-16make sure users can provide more than one MAVEN_CLI_OPT.Hannes Rosenögger
Before maven would recognize all provided options as one option and fail if you used for example: MAVEN_CLI_OPTS="--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true -DskipTests"
2019-03-15Point QA_REF for Maven project to a failing testVictor Zagorodny
This is done to ensure that the tool truly skips the "test" phase and thus ignores the failing test
2019-03-05Use only one version everywhereTetiana Chupryna
2019-02-09Resolve NPM failures with certain Optional or Peer dependenciesBrian Wald
2019-02-05Parallelize QA testsLukas Eipert
Test projects are now given as a parameter to the test command
2018-09-30use SETUP_CMD to skip auto-detectionDaniel Widerin
2018-06-14Ensure that license name order is consistentLukas Eipert
2018-06-06First versionGilbert Roulot