diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f7d6089..6b88494 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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 diff --git a/pom.xml b/pom.xml index c98053f..4d109aa 100644 --- a/pom.xml +++ b/pom.xml @@ -238,9 +238,6 @@ - - install -