Skip to content

Commit

Permalink
[#74] change goals to verify
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarwell committed Oct 30, 2023
1 parent 1aa5244 commit 695f95c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
with:
ff-goal: '-ntp -P run-its install' # site use project version for reporting
verify-goal: '-ntp -P run-its install' # should be the same as for first build
ff-goal: '-ntp -P run-its verify' # site use project version for reporting
verify-goal: '-ntp -P run-its verify' # should be the same as for first build

deploy:
name: Deploy
Expand Down
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,6 @@
</dependencies>

<build>

<defaultGoal>install</defaultGoal>

<pluginManagement>
<plugins>
<plugin>
Expand Down

0 comments on commit 695f95c

Please sign in to comment.