add --fail-at-end to mvn

This commit is contained in:
Spencer Gibb
2015-10-12 12:31:50 -06:00
parent 16de62aed5
commit 12ce7b75db
2 changed files with 8 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ before_install:
- git config credential.helper "store --file=.git/credentials"
- echo "https://$GH_TOKEN:@github.com" > .git/credentials
install:
- ./mvnw --update-snapshots clean package -Dmaven.test.redirectTestOutputToFile=true
- ./mvnw --fail-at-end --update-snapshots clean package -Dmaven.test.redirectTestOutputToFile=true
env:
global:
- GIT_NAME="Dave Syer"

View File

@@ -1,4 +1,7 @@
Integration test projects for Spring Cloud. Not necessarily full demo
or sample apps, but each one implementing a single scenario or small
set of scenarios. Very useful for testing classpath combinations
(e.g. making sure that optional depednencies really are optional).
## Integration test projects for Spring Cloud
Not necessarily full demo or sample apps, but each one implementing a single scenario or small set of scenarios. Very useful for testing classpath combinations (e.g. making sure that optional depednencies really are optional).
### Running
`./mvnw --fail-at-end --update-snapshots clean package`