We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a5b37 commit 6da91c3Copy full SHA for 6da91c3
.circleci/config.yml
@@ -37,5 +37,10 @@ jobs:
37
- ~/.m2
38
key: v1-dependencies-{{ checksum "pom.xml" }}
39
40
- # run tests!
41
- - run: mvn integration-test
+ - run: mvn package
+
42
+ - store_test_results:
43
+ path: target/surefire-reports
44
45
+ - store_artifacts:
46
+ path: target/PlayerBalancer.jar
pom.xml
@@ -37,6 +37,7 @@
</repositories>
<build>
<defaultGoal>clean install</defaultGoal>
+ <finalName>${project.name}</finalName>
<plugins>
<plugin>
<version>3.3</version>
0 commit comments