Document how to build validator_cli locally (#1171)

This commit is contained in:
Vadim Peretokin 2023-03-16 14:50:46 +01:00 committed by GitHub
parent 90bcab6554
commit fbc1e7f5e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -74,6 +74,11 @@ _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:
```
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
```
## Releases