lfreleng-actions/📦 Maven Stage Prep
Prepare Maven project for staging release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- None
Pinned Snippet
uses: lfreleng-actions/maven-stage-prep-action@0428b7979ee83f1fbbf25537487420e2ce0eacd7 # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pom-file | Path to root POM file | no | pom.xml |
| version-method | Method to remove SNAPSHOT: sed or versions-plugin | no | sed |
| version-override | Explicit version for versions-plugin newVersion parameter | no | "" |
| project-name | Project name for patch/bundle file naming | yes | — |
| gerrit-branch | Branch name for git format-patch base ref | yes | — |
| java-version | OpenJDK version (used only with versions-plugin method) | no | 21 |
| mvn-version | Maven version (used only with versions-plugin method) | no | 3.9.11 |
| committer-name | Git committer name for the release commit | no | LF Jenkins CI |
| committer-email | Git committer email for the release commit | no | releng+release@linuxfoundation.org |
Outputs
| name | description |
|---|---|
| release_version | De-SNAPSHOTted release version string |
| patch_path | Path to git format-patch file |
| bundle_path | Path to git bundle file |
| taglist_path | Path to taglist.log file |