Add Maven plugin inspections to CI#911
Draft
jormundur00 wants to merge 3 commits into
Draft
Conversation
c4ba6bb to
6fff270
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue
Resolves #909.
Spec Fit
This keeps the existing Maven plugin workflow ownership boundary and path filters, and adds the missing Maven plugin inspection evidence requested by the issue. The grounded CI architecture spec and Maven plugin E2E CI coverage docs were updated so
test-native-maven-plugin.ymlnow documents Maven functional tests, Maven plugin inspections, and GraalVM dev-build functional tests.Implementation
inspect-native-maven-pluginjob to.github/workflows/test-native-maven-plugin.yml.prepare-environmentaction with Java17.0.12, skips the separate GraalVM test JDK, and runs./gradlew :native-maven-plugin:inspections.Validation
git diff --checkgrund checkgrund fmt . --marker --checkJAVA_HOME=/home/jovan/.sdkman/candidates/java/17.0.12-graal PATH=/home/jovan/.sdkman/candidates/java/17.0.12-graal/bin:$PATH ./gradlew :native-maven-plugin:inspections --no-daemonLocal
actionlintvalidation was not run becauseactionlintis not installed locally. The repository's Macaron GitHub Actions policy workflow remains the CI-side workflow/action gate for this change.Review Readiness
Review artifact
review-2.mdreports no blocking findings, no non-blocking follow-ups, acceptable validation gaps, andReady to publish: yes.Human Follow-up