diff --git a/.github/workflows/zz-test-verify-maven.yaml b/.github/workflows/zz-test-verify-maven.yaml new file mode 100644 index 0000000..8c154c9 --- /dev/null +++ b/.github/workflows/zz-test-verify-maven.yaml @@ -0,0 +1,23 @@ +--- +# SPDX-License-Identifier: Apache-2.0 +# SPDX-FileCopyrightText: 2024 The Linux Foundation + +name: Verify Maven Workflows + +# yamllint disable-line rule:truthy +on: [push, pull_request] + +jobs: + test-maven-verify: + uses: ./.github/workflows/compose-maven-verify.yaml + with: + GERRIT_BRANCH: ${{ github.ref }} + GERRIT_CHANGE_ID: Ic8aaa0728a43936cd4c6e1ed590e01ba8f0fbf5b + GERRIT_CHANGE_NUMBER: 123 + GERRIT_CHANGE_URL: https://gerrit.example.org/c/test/+/123 + GERRIT_EVENT_TYPE: test + GERRIT_PATCHSET_NUMBER: 1 + GERRIT_PATCHSET_REVISION: 1 + GERRIT_PROJECT: test + GERRIT_REFSPEC: main + MVN_POM_FILE: test/maven-project/pom.xml diff --git a/test/maven-project/pom.xml b/test/maven-project/pom.xml new file mode 100644 index 0000000..ea70096 --- /dev/null +++ b/test/maven-project/pom.xml @@ -0,0 +1,7 @@ + + 4.0.0 + + org.linuxfoundation.test + maven-test-app + 1 +