add --fail-at-end to mvn
This commit is contained in:
@@ -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"
|
||||
|
||||
11
README.md
11
README.md
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user