Skip to content

Commit 6da91c3

Browse files
committed
Storing artifacts
1 parent 89a5b37 commit 6da91c3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.circleci/config.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,10 @@ jobs:
3737
- ~/.m2
3838
key: v1-dependencies-{{ checksum "pom.xml" }}
3939

40-
# run tests!
41-
- run: mvn integration-test
40+
- run: mvn package
41+
42+
- store_test_results:
43+
path: target/surefire-reports
44+
45+
- store_artifacts:
46+
path: target/PlayerBalancer.jar

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
</repositories>
3838
<build>
3939
<defaultGoal>clean install</defaultGoal>
40+
<finalName>${project.name}</finalName>
4041
<plugins>
4142
<plugin>
4243
<version>3.3</version>

0 commit comments

Comments
 (0)