Skip to content

Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0 #46

Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0

Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0 #46

Workflow file for this run

# SPDX-FileCopyrightText: The maven-parent Authors
# SPDX-License-Identifier: 0BSD
name: Verify Commits
on:
pull_request:
branches: [ main ]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Clone Git Repository
uses: actions/checkout@v4
- uses: ./.github/actions/managed-java
- name: Build with Maven
run: mvn --batch-mode verify