This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git


The following commit(s) were added to refs/heads/main by this push:
     new 4b02892  Enable snapshots for GitHub Actions
4b02892 is described below

commit 4b02892e3f80dc0d14ce7b7aca891b301f3e104d
Author: Christopher Tubbs <[email protected]>
AuthorDate: Tue Jun 30 21:18:22 2026 -0400

    Enable snapshots for GitHub Actions
---
 .github/workflows/maven.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml
index 32f0cb3..a0d69d2 100644
--- a/.github/workflows/maven.yaml
+++ b/.github/workflows/maven.yaml
@@ -33,7 +33,7 @@ jobs:
     strategy:
       matrix:
         profile:
-          - {name: 'verify', args: 'verify'}
+          - {name: 'verify', args: 'verify -Dapache.snapshots'}
       fail-fast: false
     timeout-minutes: 60
     runs-on: ubuntu-latest

Reply via email to