Update README.md

***NO_CI***
This commit is contained in:
dotasek 2023-03-16 10:12:40 -04:00 committed by GitHub
parent fbc1e7f5e9
commit 6ad0c6b50a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -74,12 +74,14 @@ _The source contains cached terminology server responses for testing. If the exp
this cache should be cleaned and rebuilt with the above so that subsequent `mvn test` calls will have the most current
responses cached._
To just build validator_cli locally:
To build only the validator_cli jar locally:
```
mvn package -Dmaven.test.skip=true --projects org.hl7.fhir.validation.cli --no-transfer-progress
cp org.hl7.fhir.validation.cli/target/org.hl7.fhir.validation.cli*-SNAPSHOT.jar ./validator_cli.jar
```
_This will produce `./validator_cli.jar` in the project root directory._
## Releases
The built binary for the FHIR command-line validator is released through [GitHub releases][Link-GithubReleases] and can be downloaded directly [here][Link-GithubZipRelease]. For instructions on using this validator visit the [FHIR Validator Confluence page][Link-ConfluenceValidator].