Try to fix CircleCI, chapter 4

This commit is contained in:
Gabriele C 2018-11-08 18:31:58 +01:00 committed by GitHub
parent d538ed2ec2
commit 615d6f2f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,12 +12,12 @@ jobs:
keys:
- authmereloaded-{{ checksum "pom.xml" }}
- authmereloaded-
- run: mvn -T 2 -B dependency:go-offline
- run: mvn -B dependency:go-offline
- save_cache:
paths:
- ~/.m2
key: authmereloaded-{{ checksum "pom.xml" }}
- run: mvn -T 2 -B package
- run: mvn -B -O package
- store_test_results:
path: target/surefire-reports
- store_artifacts:
@ -34,12 +34,12 @@ jobs:
keys:
- authmereloaded-{{ checksum "pom.xml" }}
- authmereloaded-
- run: mvn -T 2 -B dependency:go-offline
- run: mvn -B dependency:go-offline
- save_cache:
paths:
- ~/.m2
key: authmereloaded-{{ checksum "pom.xml" }}
- run: mvn -T 2 -B package
- run: mvn -B -O package
- store_test_results:
path: target/surefire-reports
- store_artifacts: