Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: Create minimal unit test for Maven jobs #175

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 1, 2024

  1. Test: Create minimal unit test for Maven jobs

    This change creates a minimal pom.xml for unit testing of Maven jobs
    and creates a test job for the Maven Verify workflow. The intent here
    is to create a small unit test that can quickly validate Maven
    workflows and catch potential issues that maybe missed by a linter.
    
    This change also modifies the compose-maven-verify job to accept a new
    parameter MVN_GLOBAL_SETTINGS which is optional and defaults the the
    current behaviour while allowing it to be overrided to provide an
    alternative global-settings which is necessary for this unit test to
    work on PRs from forked repos.
    
    Signed-off-by: Thanh Ha <[email protected]>
    zxiiro committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    656ca0a View commit details
    Browse the repository at this point in the history