We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cbbcb commit f5898aaCopy full SHA for f5898aa
.circleci/config.yml
@@ -17,7 +17,7 @@ jobs:
17
# Use mvn clean and package as the standard maven build phase
18
- run:
19
name: Build
20
- command: mvn -B -DskipTests clean package
+ command: mvn -B clean install
21
# Then run your tests!
22
23
name: Test
@@ -28,6 +28,6 @@ workflows:
28
# Inside the workflow, you provide the jobs you want to run, e.g this workflow runs the build-and-test job above.
29
# CircleCI will run this workflow on every commit.
30
# For more details on extending your workflow, see the configuration docs: https://circleci.com/docs/2.0/configuration-reference/#workflows
31
- sample:
+ ci_build:
32
jobs:
33
- build-and-test
0 commit comments