dbejarano120/Custom Maven Build Task

Determines Maven modules to build based on changed files in a Pull Request and outputs them as a comma-separated list.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token to access PR files. Defaults to ${{ github.token }}.no${{ github.token }}
namedescription
modulesParamComma-separated list of Maven modules to build (e.g., group:artifact,group2:artifact2).