feat: replace XSLT-based build system with oscal-cli#13
Open
david-waltermire wants to merge 1 commit intoOSCAL-Foundation:developfrom
Open
feat: replace XSLT-based build system with oscal-cli#13david-waltermire wants to merge 1 commit intoOSCAL-Foundation:developfrom
david-waltermire wants to merge 1 commit intoOSCAL-Foundation:developfrom
Conversation
Replace the metaschema-xslt toolchain and Maven/Saxon infrastructure with oscal-cli-enhanced for all schema generation and validation tasks. Build system changes: - Add oscal-cli auto-install that checks PATH first, downloads from Maven Central to build/bin/ if not found - Replace XSLT-based schema generation with oscal-cli metaschema generate-schema for both JSON Schema and XSD output - Replace schematron composition validation with oscal-cli metaschema validate - Remove XSLT converter generation (oscal-cli provides direct content conversion) - Remove resolved metaschema generation (no longer needed) - Update archive generation to include schemas and source metaschemas - Make xmllint optional for environments without it - Move link checking to end of build pipeline Dependency removal: - Remove metaschema-xslt submodule and nested schxslt submodule - Remove Maven pom.xml, resolve-entities.xsl, and xslt-runner.sh - Remove Java setup from CI/CD status workflow Documentation: - Update build README with oscal-cli prerequisites and usage - Replace XSLT converter documentation with oscal-cli content conversion examples - Update release README to reflect new archive structure
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.
Summary
links with@rel"proof-of-compliance"constraint conflicting with@rel"validation"usnistgov/OSCAL#2102)Test plan
make clean,make artifacts)